#3C0790

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

Shades of Indigo #3C0790

Tints of Indigo #3C0790

Color information

#3C0790 (or 0x3C0790) is unknown color: approx Indigo. HEX triplet: 3C, 07 and 90. RGB value is (60,7,144). Sum of RGB (Red+Green+Blue) = 60+7+144=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C0790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0790 is #C3F86F. Grayscale: #252525. Windows color (decimal): -12843120 or 9439036. OLE color: 9439036.

HSL color Cylindrical-coordinate representation of color #3C0790: hue angle of 263.21º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0790 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB607144-
CMYK0.580.9500.44
HSL263.21º90.73%29.61%-
HSV(B)263.21º95.14%56.47%-
XYZ6.973.1326.62-
YUV38.47187.56143.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 144 (56.64% from 255) = 68.25%
R=28.44%
G=3.32%
B=68.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6071440.580.9500.44263.2190.7329.61
Hex3C7903A5F02C1075b1e
Octal7472207213705440713336
Binary1111001111001000011101010111110101100100000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,7,144); }

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

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

 a { background-color: rgb(60,7,144); }

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

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

 span { border-color: rgb(60,7,144); }

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