#3C1387

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

Shades of Persian Indigo #3C1387

Tints of Persian Indigo #3C1387

Color information

#3C1387 (or 0x3C1387) is unknown color: approx Persian Indigo. HEX triplet: 3C, 13 and 87. RGB value is (60,19,135). Sum of RGB (Red+Green+Blue) = 60+19+135=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C1387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1387 is #C3EC78. Grayscale: #2C2C2C. Windows color (decimal): -12840057 or 8852284. OLE color: 8852284.

HSL color Cylindrical-coordinate representation of color #3C1387: hue angle of 261.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1387 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6019135-
CMYK0.560.8600.47
HSL261.21º75.32%30.2%-
HSV(B)261.21º85.93%52.94%-
XYZ6.473.1823.19-
YUV44.48179.08139.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.04%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 135 (53.12% from 255) = 63.08%
R=28.04%
G=8.88%
B=63.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60191350.560.8600.47261.2175.3230.2
Hex3C1387385602F1054b1e
Octal74232077012605740511336
Binary111100100111000011111100010101100101111100000101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,135); }

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

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

 a { background-color: rgb(60,19,135); }

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

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

 span { border-color: rgb(60,19,135); }

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