Html Css Color HEX #610B99 Indigo

📋 copy color: '#610B99'

red 97 ◦ green 11 ◦ blue 153

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

Shades of Indigo #610B99

Tints of Indigo #610B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.62%

R = 37.16%
G = 4.21%
B = 58.62%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#610B99 (or 0x610B99) is known color: Indigo. HEX triplet: 61, 0B and 99. RGB value is (97,11,153). Sum of RGB (Red+Green+Blue) = 97+11+153=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #610B99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610B99 is #9EF466. Grayscale: #343434. Windows color (decimal): -10417255 or 10029921. OLE color: 10029921.

HSL color Cylindrical-coordinate representation of color #610B99: hue angle of 276.34º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610B99 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 11 153 -
CMYK 0.37 0.93 0 0.4
HSL 276.34º 0.87% 0.32% -
HSV(B) 276.34º 0.93% 0.6% -
XYZ 10.8 5.08 30.55 -
YUV 52.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 97 11 153 0.37 0.93 0 0.4 276.34 0.87 0.32
Hex 61 B 99 25 5D 0 28 114 57 20
Octal 141 13 231 45 135 0 50 424 127 40
Binary 1100001 1011 10011001 100101 1011101 0 101000 100010100 1010111 100000

Color Harmonies of #610B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B99

Black with #610B99

Text Example


Text Example

White with #610B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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