#3C0196

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

Shades of Indigo #3C0196

Tints of Indigo #3C0196

Color information

#3C0196 (or 0x3C0196) is unknown color: approx Indigo. HEX triplet: 3C, 01 and 96. RGB value is (60,1,150). Sum of RGB (Red+Green+Blue) = 60+1+150=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C0196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0196 is #C3FE69. Grayscale: #232323. Windows color (decimal): -12844650 or 9830716. OLE color: 9830716.

HSL color Cylindrical-coordinate representation of color #3C0196: hue angle of 263.76º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0196 is Cyan = 0.6, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB601150-
CMYK0.60.9900.41
HSL263.76º98.68%29.61%-
HSV(B)263.76º99.33%58.82%-
XYZ7.383.1829.08-
YUV35.63192.55145.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 150 (58.98% from 255) = 71.09%
R=28.44%
G=0.47%
B=71.09%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6011500.60.9900.41263.7698.6829.61
Hex3C1963C63029108631e
Octal7412267414305141014336
Binary11110011001011011110011000110101001100001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,1,150); }

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

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

 a { background-color: rgb(60,1,150); }

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

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

 span { border-color: rgb(60,1,150); }

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