#610B73

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

Shades of Indigo #610B73

Tints of Indigo #610B73

Color information

#610B73 (or 0x610B73) is unknown color: approx Indigo. HEX triplet: 61, 0B and 73. RGB value is (97,11,115). Sum of RGB (Red+Green+Blue) = 97+11+115=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #610B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B73 is #9EF48C. Grayscale: #303030. Windows color (decimal): -10417293 or 7539553. OLE color: 7539553.

HSL color Cylindrical-coordinate representation of color #610B73: hue angle of 289.62º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610B73 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9711115-
CMYK0.160.9000.55
HSL289.62º82.54%24.71%-
HSV(B)289.62º90.43%45.1%-
XYZ8.144.0216.57-
YUV48.57165.49162.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=43.50%
G=4.93%
B=51.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97111150.160.9000.55289.6282.5424.71
Hex61B73105A0371225319
Octal141131632013206744212331
Binary1100001101111100111000010110100110111100100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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