#610AA1

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

Shades of Indigo #610AA1

Tints of Indigo #610AA1

Color information

#610AA1 (or 0x610AA1) is unknown color: approx Indigo. HEX triplet: 61, 0A and A1. RGB value is (97,10,161). Sum of RGB (Red+Green+Blue) = 97+10+161=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 161 (63.28% from 255 or 60.07% from 268); Max value from RGB is 161 - color contains mainly: blue. Hex color #610AA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610AA1 is #9EF55E. Grayscale: #343434. Windows color (decimal): -10417503 or 10553953. OLE color: 10553953.

HSL color Cylindrical-coordinate representation of color #610AA1: hue angle of 274.57º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610AA1 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9710161-
CMYK0.400.9400.37
HSL274.57º88.3%33.53%-
HSV(B)274.57º93.79%63.14%-
XYZ11.475.3334.14-
YUV53.23188.82159.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 161 (63.28% from 255) = 60.07%
R=36.19%
G=3.73%
B=60.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97101610.400.9400.37274.5788.333.53
Hex61AA1285E0251135822
Octal141122415013604542313042
Binary1100001101010100001101000101111001001011000100111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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