Html Css Color HEX #550980 Indigo

📋 copy color: '#550980'

red 85 ◦ green 9 ◦ blue 128

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

Shades of Indigo #550980

Tints of Indigo #550980

RGB

 RED value IS 85 (33.59% from 255) = 38.29%

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

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

R = 38.29%
G = 4.05%
B = 57.66%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#550980 (or 0x550980) is known color: Indigo. HEX triplet: 55, 09 and 80. RGB value is (85,9,128). Sum of RGB (Red+Green+Blue) = 85+9+128=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #550980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550980 is #AAF67F. Grayscale: #2C2C2C. Windows color (decimal): -11204224 or 8390997. OLE color: 8390997.

HSL color Cylindrical-coordinate representation of color #550980: hue angle of 278.32º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550980 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 9 128 -
CMYK 0.34 0.93 0 0.50
HSL 278.32º 0.87% 0.27% -
HSV(B) 278.32º 0.93% 0.5% -
XYZ 7.74 3.69 20.73 -
YUV 45.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 85 9 128 0.34 0.93 0 0.50 278.32 0.87 0.27
Hex 55 9 80 22 5D 0 32 116 57 1B
Octal 125 11 200 42 135 0 62 426 127 33
Binary 1010101 1001 10000000 100010 1011101 0 110010 100010110 1010111 11011

Color Harmonies of #550980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550980

Black with #550980

Text Example


Text Example

White with #550980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550980; }

 p { color: rgb(85,9,128); }

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

background-color css

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

 a { background-color: rgb(85,9,128); }

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

border-color css

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

 span { border-color: rgb(85,9,128); }

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