Html Css Color HEX #610BA7 Indigo

📋 copy color: '#610BA7'

red 97 ◦ green 11 ◦ blue 167

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

Shades of Indigo #610BA7

Tints of Indigo #610BA7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4%

 BLUE value IS 167 (65.63% from 255) = 60.73%

R = 35.27%
G = 4%
B = 60.73%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#610BA7 (or 0x610BA7) is known color: Indigo. HEX triplet: 61, 0B and A7. RGB value is (97,11,167). Sum of RGB (Red+Green+Blue) = 97+11+167=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 167 (65.62% from 255 or 60.73% from 275); Max value from RGB is 167 - color contains mainly: blue. Hex color #610BA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610BA7 is #9EF458. Grayscale: #353535. Windows color (decimal): -10417241 or 10947425. OLE color: 10947425.

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

Color convert

RGB 97 11 167 -
CMYK 0.42 0.93 0 0.35
HSL 273.08º 0.88% 0.35% -
HSV(B) 273.08º 0.93% 0.65% -
XYZ 12.02 5.57 37 -
YUV 54.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 97 11 167 0.42 0.93 0 0.35 273.08 0.88 0.35
Hex 61 B A7 2A 5D 0 23 111 58 23
Octal 141 13 247 52 135 0 43 421 130 43
Binary 1100001 1011 10100111 101010 1011101 0 100011 100010001 1011000 100011

Color Harmonies of #610BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BA7

Black with #610BA7

Text Example


Text Example

White with #610BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,11,167); }

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

background-color css

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

 a { background-color: rgb(97,11,167); }

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

border-color css

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

 span { border-color: rgb(97,11,167); }

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