#3C0B87

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

Shades of Persian Indigo #3C0B87

Tints of Persian Indigo #3C0B87

Color information

#3C0B87 (or 0x3C0B87) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0B and 87. RGB value is (60,11,135). Sum of RGB (Red+Green+Blue) = 60+11+135=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C0B87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0B87 is #C3F478. Grayscale: #272727. Windows color (decimal): -12842105 or 8850236. OLE color: 8850236.

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

Color convert

RGB6011135-
CMYK0.560.9200.47
HSL263.71º84.93%28.63%-
HSV(B)263.71º91.85%52.94%-
XYZ6.362.9523.16-
YUV39.79181.73142.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 135 (53.12% from 255) = 65.53%
R=29.13%
G=5.34%
B=65.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60111350.560.9200.47263.7184.9328.63
Hex3CB87385C02F108551d
Octal74132077013405741012535
Binary11110010111000011111100010111000101111100001000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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