Html Css Color HEX #610999 Indigo

📋 copy color: '#610999'

red 97 ◦ green 9 ◦ blue 153

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

Shades of Indigo #610999

Tints of Indigo #610999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 37.45%
G = 3.47%
B = 59.07%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#610999 (or 0x610999) is known color: Indigo. HEX triplet: 61, 09 and 99. RGB value is (97,9,153). Sum of RGB (Red+Green+Blue) = 97+9+153=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #610999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610999 is #9EF666. Grayscale: #333333. Windows color (decimal): -10417767 or 10029409. OLE color: 10029409.

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

Color convert

RGB 97 9 153 -
CMYK 0.37 0.94 0 0.4
HSL 276.67º 0.89% 0.32% -
HSV(B) 276.67º 0.94% 0.6% -
XYZ 10.78 5.04 30.54 -
YUV 51.73 185.15 160.29 -
System Red Green Blue C M Y K H S L
Decimal 97 9 153 0.37 0.94 0 0.4 276.67 0.89 0.32
Hex 61 9 99 25 5E 0 28 115 59 20
Octal 141 11 231 45 136 0 50 425 131 40
Binary 1100001 1001 10011001 100101 1011110 0 101000 100010101 1011001 100000

Color Harmonies of #610999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610999

Black with #610999

Text Example


Text Example

White with #610999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610999; }

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

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

background-color css

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

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

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

border-color css

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

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

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