Html Css Color HEX #611980 Indigo

📋 copy color: '#611980'

red 97 ◦ green 25 ◦ blue 128

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

Shades of Indigo #611980

Tints of Indigo #611980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 128 (50.39% from 255) = 51.2%

R = 38.8%
G = 10%
B = 51.2%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#611980 (or 0x611980) is known color: Indigo. HEX triplet: 61, 19 and 80. RGB value is (97,25,128). Sum of RGB (Red+Green+Blue) = 97+25+128=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #611980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611980 is #9EE67F. Grayscale: #393939. Windows color (decimal): -10413696 or 8395105. OLE color: 8395105.

HSL color Cylindrical-coordinate representation of color #611980: hue angle of 281.94º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611980 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 25 128 -
CMYK 0.24 0.80 0 0.50
HSL 281.94º 0.67% 0.3% -
HSV(B) 281.94º 0.8% 0.5% -
XYZ 9.17 4.8 20.86 -
YUV 58.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 97 25 128 0.24 0.80 0 0.50 281.94 0.67 0.3
Hex 61 19 80 18 50 0 32 11A 43 1E
Octal 141 31 200 30 120 0 62 432 103 36
Binary 1100001 11001 10000000 11000 1010000 0 110010 100011010 1000011 11110

Color Harmonies of #611980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611980

Black with #611980

Text Example


Text Example

White with #611980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611980; }

 p { color: rgb(97,25,128); }

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

background-color css

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

 a { background-color: rgb(97,25,128); }

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

border-color css

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

 span { border-color: rgb(97,25,128); }

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