#610873

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

Shades of Indigo #610873

Tints of Indigo #610873

Color information

#610873 (or 0x610873) is unknown color: approx Indigo. HEX triplet: 61, 08 and 73. RGB value is (97,8,115). Sum of RGB (Red+Green+Blue) = 97+8+115=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #610873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610873 is #9EF78C. Grayscale: #2E2E2E. Windows color (decimal): -10418061 or 7538785. OLE color: 7538785.

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

Color convert

RGB978115-
CMYK0.160.9300.55
HSL289.91º86.99%24.12%-
HSV(B)289.91º93.04%45.1%-
XYZ8.113.9516.56-
YUV46.81166.49163.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=44.09%
G=3.64%
B=52.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9781150.160.9300.55289.9186.9924.12
Hex61873105D0371225718
Octal141101632013506744212730
Binary1100001100011100111000010111010110111100100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610873; }

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

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

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

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

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

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

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

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