#610A8A

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

Shades of Indigo #610A8A

Tints of Indigo #610A8A

Color information

#610A8A (or 0x610A8A) is unknown color: approx Indigo. HEX triplet: 61, 0A and 8A. RGB value is (97,10,138). Sum of RGB (Red+Green+Blue) = 97+10+138=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #610A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610A8A is #9EF575. Grayscale: #323232. Windows color (decimal): -10417526 or 9046625. OLE color: 9046625.

HSL color Cylindrical-coordinate representation of color #610A8A: hue angle of 280.78º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610A8A is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9710138-
CMYK0.300.9300.46
HSL280.78º86.49%29.02%-
HSV(B)280.78º92.75%54.12%-
XYZ9.634.5924.42-
YUV50.6177.32161.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=39.59%
G=4.08%
B=56.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97101380.300.9300.46280.7886.4929.02
Hex61A8A1E5D02E119561d
Octal141122123613505643112635
Binary11000011010100010101111010111010101110100011001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,10,138); }

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

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

 a { background-color: rgb(97,10,138); }

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

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

 span { border-color: rgb(97,10,138); }

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