Html Css Color HEX #551080 Indigo

📋 copy color: '#551080'

red 85 ◦ green 16 ◦ blue 128

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

Shades of Indigo #551080

Tints of Indigo #551080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.99%

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

R = 37.12%
G = 6.99%
B = 55.9%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#551080 (or 0x551080) is known color: Indigo. HEX triplet: 55, 10 and 80. RGB value is (85,16,128). Sum of RGB (Red+Green+Blue) = 85+16+128=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #551080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551080 is #AAEF7F. Grayscale: #313131. Windows color (decimal): -11202432 or 8392789. OLE color: 8392789.

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

Color convert

RGB 85 16 128 -
CMYK 0.34 0.88 0 0.50
HSL 276.96º 0.78% 0.28% -
HSV(B) 276.96º 0.88% 0.5% -
XYZ 7.83 3.86 20.75 -
YUV 49.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 85 16 128 0.34 0.88 0 0.50 276.96 0.78 0.28
Hex 55 10 80 22 58 0 32 115 4E 1C
Octal 125 20 200 42 130 0 62 425 116 34
Binary 1010101 10000 10000000 100010 1011000 0 110010 100010101 1001110 11100

Color Harmonies of #551080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551080

Black with #551080

Text Example


Text Example

White with #551080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551080; }

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

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

background-color css

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

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

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

border-color css

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

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

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