#610EA2

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

Shades of Indigo #610EA2

Tints of Indigo #610EA2

Color information

#610EA2 (or 0x610EA2) is unknown color: approx Indigo. HEX triplet: 61, 0E and A2. RGB value is (97,14,162). Sum of RGB (Red+Green+Blue) = 97+14+162=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #610EA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610EA2 is #9EF15D. Grayscale: #373737. Windows color (decimal): -10416478 or 10620513. OLE color: 10620513.

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

Color convert

RGB9714162-
CMYK0.400.9100.36
HSL273.65º84.09%34.51%-
HSV(B)273.65º91.36%63.53%-
XYZ11.615.4634.63-
YUV55.69188157.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 162 (63.67% from 255) = 59.34%
R=35.53%
G=5.13%
B=59.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97141620.400.9100.36273.6584.0934.51
Hex61EA2285B0241125423
Octal141162425013304442212443
Binary1100001111010100010101000101101101001001000100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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