#3C0076

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

Shades of Indigo #3C0076

Tints of Indigo #3C0076

Color information

#3C0076 (or 0x3C0076) is unknown color: approx Indigo. HEX triplet: 3C, 00 and 76. RGB value is (60,0,118). Sum of RGB (Red+Green+Blue) = 60+0+118=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0076 is #C3FF89. Grayscale: #1E1E1E. Windows color (decimal): -12844938 or 7733308. OLE color: 7733308.

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

Color convert

RGB600118-
CMYK0.49100.54
HSL270.51º100%23.14%-
HSV(B)270.51º100%46.27%-
XYZ5.132.2717.31-
YUV31.39176.88148.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 66.29%
R=33.71%
G=0%
B=66.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6001180.49100.54270.5110023.14
Hex3C076316403610f6417
Octal7401666114406641714427
Binary1111000111011011000111001000110110100001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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