#610F76

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

Shades of Indigo #610F76

Tints of Indigo #610F76

Color information

#610F76 (or 0x610F76) is unknown color: approx Indigo. HEX triplet: 61, 0F and 76. RGB value is (97,15,118). Sum of RGB (Red+Green+Blue) = 97+15+118=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #610F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F76 is #9EF089. Grayscale: #323232. Windows color (decimal): -10416266 or 7737185. OLE color: 7737185.

HSL color Cylindrical-coordinate representation of color #610F76: hue angle of 287.77º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610F76 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9715118-
CMYK0.180.8700.54
HSL287.77º77.44%26.08%-
HSV(B)287.77º87.29%46.27%-
XYZ8.374.1917.51-
YUV51.26165.67160.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=42.17%
G=6.52%
B=51.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97151180.180.8700.54287.7777.4426.08
Hex61F7612570361204d1a
Octal141171662212706644011532
Binary1100001111111101101001010101110110110100100000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,15,118); }

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

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

 a { background-color: rgb(97,15,118); }

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

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

 span { border-color: rgb(97,15,118); }

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