#610A75

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

Shades of Indigo #610A75

Tints of Indigo #610A75

Color information

#610A75 (or 0x610A75) is unknown color: approx Indigo. HEX triplet: 61, 0A and 75. RGB value is (97,10,117). Sum of RGB (Red+Green+Blue) = 97+10+117=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #610A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610A75 is #9EF58A. Grayscale: #2F2F2F. Windows color (decimal): -10417547 or 7670369. OLE color: 7670369.

HSL color Cylindrical-coordinate representation of color #610A75: hue angle of 288.79º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610A75 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9710117-
CMYK0.170.9100.54
HSL288.79º84.25%24.9%-
HSV(B)288.79º91.45%45.88%-
XYZ8.254.0417.18-
YUV48.21166.82162.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 10 (4.30% from 255) = 4.46%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=43.30%
G=4.46%
B=52.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97101170.170.9100.54288.7984.2524.9
Hex61A75115B0361215419
Octal141121652113306644112431
Binary1100001101011101011000110110110110110100100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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