#610971

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

Shades of Indigo #610971

Tints of Indigo #610971

Color information

#610971 (or 0x610971) is unknown color: approx Indigo. HEX triplet: 61, 09 and 71. RGB value is (97,9,113). Sum of RGB (Red+Green+Blue) = 97+9+113=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #610971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610971 is #9EF68E. Grayscale: #2E2E2E. Windows color (decimal): -10417807 or 7407969. OLE color: 7407969.

HSL color Cylindrical-coordinate representation of color #610971: hue angle of 290.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610971 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB979113-
CMYK0.140.9200.56
HSL290.77º85.25%23.92%-
HSV(B)290.77º92.04%44.31%-
XYZ8.013.9315.96-
YUV47.17165.15163.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=44.29%
G=4.11%
B=51.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9791130.140.9200.56290.7785.2523.92
Hex61971E5C0381235518
Octal141111611613407044312530
Binary110000110011110001111010111000111000100100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610971; }

 p { color: rgb(97,9,113); }

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

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

 a { background-color: rgb(97,9,113); }

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

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

 span { border-color: rgb(97,9,113); }

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