#610AA5

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

Shades of Indigo #610AA5

Tints of Indigo #610AA5

Color information

#610AA5 (or 0x610AA5) is unknown color: approx Indigo. HEX triplet: 61, 0A and A5. RGB value is (97,10,165). Sum of RGB (Red+Green+Blue) = 97+10+165=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 165 (64.84% from 255 or 60.66% from 272); Max value from RGB is 165 - color contains mainly: blue. Hex color #610AA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610AA5 is #9EF55A. Grayscale: #353535. Windows color (decimal): -10417499 or 10816097. OLE color: 10816097.

HSL color Cylindrical-coordinate representation of color #610AA5: hue angle of 273.68º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610AA5 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9710165-
CMYK0.410.9400.35
HSL273.68º88.57%34.31%-
HSV(B)273.68º93.94%64.71%-
XYZ11.835.4836.03-
YUV53.68190.82158.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 10 (4.30% from 255) = 3.68%
BLUE value IS 165 (64.84% from 255) = 60.66%
R=35.66%
G=3.68%
B=60.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97101650.410.9400.35273.6888.5734.31
Hex61AA5295E0231125922
Octal141122455113604342213142
Binary1100001101010100101101001101111001000111000100101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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