#3C0296

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

Shades of Indigo #3C0296

Tints of Indigo #3C0296

Color information

#3C0296 (or 0x3C0296) is unknown color: approx Indigo. HEX triplet: 3C, 02 and 96. RGB value is (60,2,150). Sum of RGB (Red+Green+Blue) = 60+2+150=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C0296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0296 is #C3FD69. Grayscale: #232323. Windows color (decimal): -12844394 or 9830972. OLE color: 9830972.

HSL color Cylindrical-coordinate representation of color #3C0296: hue angle of 263.51º degrees, saturation: 0.97, 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 #3C0296 is Cyan = 0.6, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB602150-
CMYK0.60.9900.41
HSL263.51º97.37%29.8%-
HSV(B)263.51º98.67%58.82%-
XYZ7.393.2129.08-
YUV36.21192.22144.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.30%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 150 (58.98% from 255) = 70.75%
R=28.30%
G=0.94%
B=70.75%

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
Decimal6021500.60.9900.41263.5197.3729.8
Hex3C2963C63029108611e
Octal7422267414305141014136
Binary111100101001011011110011000110101001100001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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