#610D72

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

Shades of Indigo #610D72

Tints of Indigo #610D72

Color information

#610D72 (or 0x610D72) is unknown color: approx Indigo. HEX triplet: 61, 0D and 72. RGB value is (97,13,114). Sum of RGB (Red+Green+Blue) = 97+13+114=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #610D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D72 is #9EF28D. Grayscale: #313131. Windows color (decimal): -10416782 or 7474529. OLE color: 7474529.

HSL color Cylindrical-coordinate representation of color #610D72: hue angle of 289.9º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610D72 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9713114-
CMYK0.150.8900.55
HSL289.9º79.53%24.9%-
HSV(B)289.9º88.6%44.71%-
XYZ8.114.0416.27-
YUV49.63164.33161.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 13 (5.47% from 255) = 5.80%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=43.30%
G=5.80%
B=50.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97131140.150.8900.55289.979.5324.9
Hex61D72F590371225019
Octal141151621713106744212031
Binary110000111011110010111110110010110111100100010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,13,114); }

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

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

 a { background-color: rgb(97,13,114); }

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

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

 span { border-color: rgb(97,13,114); }

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