Html Css Color HEX #610B9D Indigo

📋 copy color: '#610B9D'

red 97 ◦ green 11 ◦ blue 157

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

Shades of Indigo #610B9D

Tints of Indigo #610B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.25%

R = 36.6%
G = 4.15%
B = 59.25%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#610B9D (or 0x610B9D) is known color: Indigo. HEX triplet: 61, 0B and 9D. RGB value is (97,11,157). Sum of RGB (Red+Green+Blue) = 97+11+157=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #610B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610B9D is #9EF462. Grayscale: #343434. Windows color (decimal): -10417251 or 10292065. OLE color: 10292065.

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

Color convert

RGB 97 11 157 -
CMYK 0.38 0.93 0 0.38
HSL 275.34º 0.87% 0.33% -
HSV(B) 275.34º 0.93% 0.62% -
XYZ 11.14 5.22 32.32 -
YUV 53.36 186.49 159.13 -
System Red Green Blue C M Y K H S L
Decimal 97 11 157 0.38 0.93 0 0.38 275.34 0.87 0.33
Hex 61 B 9D 26 5D 0 26 113 57 21
Octal 141 13 235 46 135 0 46 423 127 41
Binary 1100001 1011 10011101 100110 1011101 0 100110 100010011 1010111 100001

Color Harmonies of #610B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B9D

Black with #610B9D

Text Example


Text Example

White with #610B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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