#600EA2

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

Shades of Indigo #600EA2

Tints of Indigo #600EA2

Color information

#600EA2 (or 0x600EA2) is unknown color: approx Indigo. HEX triplet: 60, 0E and A2. RGB value is (96,14,162). Sum of RGB (Red+Green+Blue) = 96+14+162=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #600EA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600EA2 is #9FF15D. Grayscale: #363636. Windows color (decimal): -10482014 or 10620512. OLE color: 10620512.

HSL color Cylindrical-coordinate representation of color #600EA2: hue angle of 273.24º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600EA2 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9614162-
CMYK0.410.9100.36
HSL273.24º84.09%34.51%-
HSV(B)273.24º91.36%63.53%-
XYZ11.55.4134.62-
YUV55.39188.17156.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 162 (63.67% from 255) = 59.56%
R=35.29%
G=5.15%
B=59.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96141620.410.9100.36273.2484.0934.51
Hex60EA2295B0241115423
Octal140162425113304442112443
Binary1100000111010100010101001101101101001001000100011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600EA2; }

 p { color: rgb(96,14,162); }

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

<style>
 a { background-color: #600EA2; }

 a { background-color: rgb(96,14,162); }

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

<style>
 span { border-color: #600EA2; }

 span { border-color: rgb(96,14,162); }

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