#3C0091

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

Shades of Indigo #3C0091

Tints of Indigo #3C0091

Color information

#3C0091 (or 0x3C0091) is unknown color: approx Indigo. HEX triplet: 3C, 00 and 91. RGB value is (60,0,145). Sum of RGB (Red+Green+Blue) = 60+0+145=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C0091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0091 is #C3FF6E. Grayscale: #212121. Windows color (decimal): -12844911 or 9502780. OLE color: 9502780.

HSL color Cylindrical-coordinate representation of color #3C0091: hue angle of 264.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0091 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB600145-
CMYK0.59100.43
HSL264.83º100%28.43%-
HSV(B)264.83º100%56.86%-
XYZ6.97327-
YUV34.47190.38146.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 70.73%
R=29.27%
G=0%
B=70.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6001450.59100.43264.8310028.43
Hex3C0913B6402B109641c
Octal7402217314405341114434
Binary11110001001000111101111001000101011100001001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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