#610D87

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

Shades of Indigo #610D87

Tints of Indigo #610D87

Color information

#610D87 (or 0x610D87) is unknown color: approx Indigo. HEX triplet: 61, 0D and 87. RGB value is (97,13,135). Sum of RGB (Red+Green+Blue) = 97+13+135=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #610D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610D87 is #9EF278. Grayscale: #333333. Windows color (decimal): -10416761 or 8850785. OLE color: 8850785.

HSL color Cylindrical-coordinate representation of color #610D87: hue angle of 281.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610D87 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9713135-
CMYK0.280.9000.47
HSL281.31º82.43%29.02%-
HSV(B)281.31º90.37%52.94%-
XYZ9.454.5823.31-
YUV52.02174.83160.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=39.59%
G=5.31%
B=55.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97131350.280.9000.47281.3182.4329.02
Hex61D871C5A02F119521d
Octal141152073413205743112235
Binary11000011101100001111110010110100101111100011001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,13,135); }

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

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

 a { background-color: rgb(97,13,135); }

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

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

 span { border-color: rgb(97,13,135); }

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