#610A70

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

Shades of Indigo #610A70

Tints of Indigo #610A70

Color information

#610A70 (or 0x610A70) is unknown color: approx Indigo. HEX triplet: 61, 0A and 70. RGB value is (97,10,112). Sum of RGB (Red+Green+Blue) = 97+10+112=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #610A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A70 is #9EF58F. Grayscale: #2F2F2F. Windows color (decimal): -10417552 or 7342689. OLE color: 7342689.

HSL color Cylindrical-coordinate representation of color #610A70: hue angle of 291.18º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610A70 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9710112-
CMYK0.130.9100.56
HSL291.18º83.61%23.92%-
HSV(B)291.18º91.07%43.92%-
XYZ7.963.9315.67-
YUV47.64164.32163.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=44.29%
G=4.57%
B=51.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97101120.130.9100.56291.1883.6123.92
Hex61A70D5B0381235418
Octal141121601513307044312430
Binary110000110101110000110110110110111000100100011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,10,112); }

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

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

 a { background-color: rgb(97,10,112); }

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

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

 span { border-color: rgb(97,10,112); }

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