#610871

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

Shades of Indigo #610871

Tints of Indigo #610871

Color information

#610871 (or 0x610871) is unknown color: approx Indigo. HEX triplet: 61, 08 and 71. RGB value is (97,8,113). Sum of RGB (Red+Green+Blue) = 97+8+113=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #610871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610871 is #9EF78E. Grayscale: #2E2E2E. Windows color (decimal): -10418063 or 7407713. OLE color: 7407713.

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

Color convert

RGB978113-
CMYK0.140.9300.56
HSL290.86º86.78%23.73%-
HSV(B)290.86º92.92%44.31%-
XYZ83.9115.96-
YUV46.58165.49163.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=44.50%
G=3.67%
B=51.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9781130.140.9300.56290.8686.7823.73
Hex61871E5D0381235718
Octal141101611613507044312730
Binary110000110001110001111010111010111000100100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610871; }

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

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

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

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

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

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

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

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