#3C189E

Color #3C189E Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3C189E

Tints of Persian Indigo #3C189E

Color information

#3C189E (or 0x3C189E) is unknown color: approx Persian Indigo. HEX triplet: 3C, 18 and 9E. RGB value is (60,24,158). Sum of RGB (Red+Green+Blue) = 60+24+158=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C189E is #C3E761. Grayscale: #313131. Windows color (decimal): -12838754 or 10360892. OLE color: 10360892.

HSL color Cylindrical-coordinate representation of color #3C189E: hue angle of 256.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C189E is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6024158-
CMYK0.620.8500.38
HSL256.12º73.63%35.69%-
HSV(B)256.12º84.81%61.96%-
XYZ8.364.0832.7-
YUV50.04188.93135.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=24.79%
G=9.92%
B=65.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60241580.620.8500.38256.1273.6335.69
Hex3C189E3E550261004a24
Octal74302367612504640011244
Binary1111001100010011110111110101010101001101000000001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C189E; }

 p { color: rgb(60,24,158); }

 H1.HeaderClassName
 {
   color: #3C189E;
 }
 .AnyTagClassName
 {
   color: #3C189E;
 }
</style>
background-color css

<style>
 a { background-color: #3C189E; }

 a { background-color: rgb(60,24,158); }

 div.DivClassName
 {
   background-color: #3C189E;
 }
 .BgClassName
 {
   background-color: #3C189E;
 }
</style>
border-color css

<style>
 span { border-color: #3C189E; }

 span { border-color: rgb(60,24,158); }

 td.TdClassName
 {
   border-color: #3C189E;
 }
 .TagClassName
 {
   border-color: #3C189E;
 }
</style>