#600EA3

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

Shades of Indigo #600EA3

Tints of Indigo #600EA3

Color information

#600EA3 (or 0x600EA3) is unknown color: approx Indigo. HEX triplet: 60, 0E and A3. RGB value is (96,14,163). Sum of RGB (Red+Green+Blue) = 96+14+163=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 163 (64.06% from 255 or 59.71% from 273); Max value from RGB is 163 - color contains mainly: blue. Hex color #600EA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600EA3 is #9FF15C. Grayscale: #363636. Windows color (decimal): -10482013 or 10686048. OLE color: 10686048.

HSL color Cylindrical-coordinate representation of color #600EA3: hue angle of 273.02º 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 #600EA3 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9614163-
CMYK0.410.9100.36
HSL273.02º84.18%34.71%-
HSV(B)273.02º91.41%63.92%-
XYZ11.595.4535.09-
YUV55.5188.67156.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 163 (64.06% from 255) = 59.71%
R=35.16%
G=5.13%
B=59.71%

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
Decimal96141630.410.9100.36273.0284.1834.71
Hex60EA3295B0241115423
Octal140162435113304442112443
Binary1100000111010100011101001101101101001001000100011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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