#610B75

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

Shades of Indigo #610B75

Tints of Indigo #610B75

Color information

#610B75 (or 0x610B75) is unknown color: approx Indigo. HEX triplet: 61, 0B and 75. RGB value is (97,11,117). Sum of RGB (Red+Green+Blue) = 97+11+117=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #610B75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B75 is #9EF48A. Grayscale: #303030. Windows color (decimal): -10417291 or 7670625. OLE color: 7670625.

HSL color Cylindrical-coordinate representation of color #610B75: hue angle of 288.68º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610B75 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9711117-
CMYK0.170.9100.54
HSL288.68º82.81%25.1%-
HSV(B)288.68º90.6%45.88%-
XYZ8.264.0717.18-
YUV48.8166.49162.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 117 (46.09% from 255) = 52%
R=43.11%
G=4.89%
B=52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97111170.170.9100.54288.6882.8125.1
Hex61B75115B0361215319
Octal141131652113306644112331
Binary1100001101111101011000110110110110110100100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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