Html Css Color HEX #610A9E Indigo

📋 copy color: '#610A9E'

red 97 ◦ green 10 ◦ blue 158

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

Shades of Indigo #610A9E

Tints of Indigo #610A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.62%

R = 36.6%
G = 3.77%
B = 59.62%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#610A9E (or 0x610A9E) is known color: Indigo. HEX triplet: 61, 0A and 9E. RGB value is (97,10,158). Sum of RGB (Red+Green+Blue) = 97+10+158=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #610A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610A9E is #9EF561. Grayscale: #343434. Windows color (decimal): -10417506 or 10357345. OLE color: 10357345.

HSL color Cylindrical-coordinate representation of color #610A9E: hue angle of 275.27º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610A9E is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 10 158 -
CMYK 0.39 0.94 0 0.38
HSL 275.27º 0.88% 0.33% -
HSV(B) 275.27º 0.94% 0.62% -
XYZ 11.21 5.23 32.77 -
YUV 52.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 97 10 158 0.39 0.94 0 0.38 275.27 0.88 0.33
Hex 61 A 9E 27 5E 0 26 113 58 21
Octal 141 12 236 47 136 0 46 423 130 41
Binary 1100001 1010 10011110 100111 1011110 0 100110 100010011 1011000 100001

Color Harmonies of #610A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610A9E

Black with #610A9E

Text Example


Text Example

White with #610A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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