#610176

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

Shades of Indigo #610176

Tints of Indigo #610176

Color information

#610176 (or 0x610176) is unknown color: approx Indigo. HEX triplet: 61, 01 and 76. RGB value is (97,1,118). Sum of RGB (Red+Green+Blue) = 97+1+118=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #610176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610176 is #9EFE89. Grayscale: #2A2A2A. Windows color (decimal): -10419850 or 7733601. OLE color: 7733601.

HSL color Cylindrical-coordinate representation of color #610176: hue angle of 289.23º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610176 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB971118-
CMYK0.180.9900.54
HSL289.23º98.32%23.33%-
HSV(B)289.23º99.15%46.27%-
XYZ8.213.8717.45-
YUV43.04170.3166.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=44.91%
G=0.46%
B=54.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9711180.180.9900.54289.2398.3223.33
Hex6117612630361216217
Octal14111662214306644114227
Binary1100001111101101001011000110110110100100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610176; }

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

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

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

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

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

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

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

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