#3C1876

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

Shades of Persian Indigo #3C1876

Tints of Persian Indigo #3C1876

Color information

#3C1876 (or 0x3C1876) is unknown color: approx Persian Indigo. HEX triplet: 3C, 18 and 76. RGB value is (60,24,118). Sum of RGB (Red+Green+Blue) = 60+24+118=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C1876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1876 is #C3E789. Grayscale: #2D2D2D. Windows color (decimal): -12838794 or 7739452. OLE color: 7739452.

HSL color Cylindrical-coordinate representation of color #3C1876: hue angle of 262.98º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1876 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6024118-
CMYK0.490.8000.54
HSL262.98º66.2%27.84%-
HSV(B)262.98º79.66%46.27%-
XYZ5.462.9217.42-
YUV45.48168.93138.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 118 (46.48% from 255) = 58.42%
R=29.70%
G=11.88%
B=58.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60241180.490.8000.54262.9866.227.84
Hex3C18763150036107421c
Octal74301666112006640710234
Binary11110011000111011011000110100000110110100000111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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