#3C0876

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

Shades of Persian Indigo #3C0876

Tints of Persian Indigo #3C0876

Color information

#3C0876 (or 0x3C0876) is unknown color: approx Persian Indigo. HEX triplet: 3C, 08 and 76. RGB value is (60,8,118). Sum of RGB (Red+Green+Blue) = 60+8+118=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C0876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0876 is #C3F789. Grayscale: #232323. Windows color (decimal): -12842890 or 7735356. OLE color: 7735356.

HSL color Cylindrical-coordinate representation of color #3C0876: hue angle of 268.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0876 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB608118-
CMYK0.490.9300.54
HSL268.36º87.3%24.71%-
HSV(B)268.36º93.22%46.27%-
XYZ5.222.4417.34-
YUV36.09174.23145.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.26%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 118 (46.48% from 255) = 63.44%
R=32.26%
G=4.30%
B=63.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6081180.490.9300.54268.3687.324.71
Hex3C876315D03610c5719
Octal74101666113506641412731
Binary1111001000111011011000110111010110110100001100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,118); }

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

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

 a { background-color: rgb(60,8,118); }

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

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

 span { border-color: rgb(60,8,118); }

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