#3C1E87

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

Shades of Persian Indigo #3C1E87

Tints of Persian Indigo #3C1E87

Color information

#3C1E87 (or 0x3C1E87) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1E and 87. RGB value is (60,30,135). Sum of RGB (Red+Green+Blue) = 60+30+135=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C1E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1E87 is #C3E178. Grayscale: #323232. Windows color (decimal): -12837241 or 8855100. OLE color: 8855100.

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

Color convert

RGB6030135-
CMYK0.560.7800.47
HSL257.14º63.64%32.35%-
HSV(B)257.14º77.78%52.94%-
XYZ6.73.6423.27-
YUV50.94175.44134.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 135 (53.12% from 255) = 60%
R=26.67%
G=13.33%
B=60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60301350.560.7800.47257.1463.6432.35
Hex3C1E87384E02F1014020
Octal74362077011605740110040
Binary1111001111010000111111000100111001011111000000011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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