#3C0396

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

Shades of Indigo #3C0396

Tints of Indigo #3C0396

Color information

#3C0396 (or 0x3C0396) is unknown color: approx Indigo. HEX triplet: 3C, 03 and 96. RGB value is (60,3,150). Sum of RGB (Red+Green+Blue) = 60+3+150=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C0396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0396 is #C3FC69. Grayscale: #242424. Windows color (decimal): -12844138 or 9831228. OLE color: 9831228.

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

Color convert

RGB603150-
CMYK0.60.9800.41
HSL263.27º96.08%30%-
HSV(B)263.27º98%58.82%-
XYZ7.43.2329.09-
YUV36.8191.88144.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.17%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 150 (58.98% from 255) = 70.42%
R=28.17%
G=1.41%
B=70.42%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6031500.60.9800.41263.2796.0830
Hex3C3963C62029107601e
Octal7432267414205140714036
Binary111100111001011011110011000100101001100000111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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