Html Css Color HEX #610AA6 Indigo

📋 copy color: '#610AA6'

red 97 ◦ green 10 ◦ blue 166

#610AA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #610AA6

Tints of Indigo #610AA6

RGB

 RED value IS 97 (38.28% from 255) = 35.53%

 GREEN value IS 10 (4.3% from 255) = 3.66%

 BLUE value IS 166 (65.23% from 255) = 60.81%

R = 35.53%
G = 3.66%
B = 60.81%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#610AA6 (or 0x610AA6) is known color: Indigo. HEX triplet: 61, 0A and A6. RGB value is (97,10,166). Sum of RGB (Red+Green+Blue) = 97+10+166=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #610AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610AA6 is #9EF559. Grayscale: #353535. Windows color (decimal): -10417498 or 10881633. OLE color: 10881633.

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

Color convert

RGB 97 10 166 -
CMYK 0.42 0.94 0 0.35
HSL 273.46º 0.89% 0.35% -
HSV(B) 273.46º 0.94% 0.65% -
XYZ 11.92 5.51 36.51 -
YUV 53.8 191.32 158.82 -
System Red Green Blue C M Y K H S L
Decimal 97 10 166 0.42 0.94 0 0.35 273.46 0.89 0.35
Hex 61 A A6 2A 5E 0 23 111 59 23
Octal 141 12 246 52 136 0 43 421 131 43
Binary 1100001 1010 10100110 101010 1011110 0 100011 100010001 1011001 100011

Color Harmonies of #610AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610AA6

Black with #610AA6

Text Example


Text Example

White with #610AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #610AA6;
 }
 .AnyTagClassName
 {
   color: #610AA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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