Html Css Color HEX #550881 Indigo

📋 copy color: '#550881'

red 85 ◦ green 8 ◦ blue 129

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

Shades of Indigo #550881

Tints of Indigo #550881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

 BLUE value IS 129 (50.78% from 255) = 58.11%

R = 38.29%
G = 3.6%
B = 58.11%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#550881 (or 0x550881) is known color: Indigo. HEX triplet: 55, 08 and 81. RGB value is (85,8,129). Sum of RGB (Red+Green+Blue) = 85+8+129=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #550881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550881 is #AAF77E. Grayscale: #2C2C2C. Windows color (decimal): -11204479 or 8456277. OLE color: 8456277.

HSL color Cylindrical-coordinate representation of color #550881: hue angle of 278.18º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550881 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 8 129 -
CMYK 0.34 0.94 0 0.49
HSL 278.18º 0.88% 0.27% -
HSV(B) 278.18º 0.94% 0.51% -
XYZ 7.8 3.69 21.07 -
YUV 44.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 85 8 129 0.34 0.94 0 0.49 278.18 0.88 0.27
Hex 55 8 81 22 5E 0 31 116 58 1B
Octal 125 10 201 42 136 0 61 426 130 33
Binary 1010101 1000 10000001 100010 1011110 0 110001 100010110 1011000 11011

Color Harmonies of #550881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550881

Black with #550881

Text Example


Text Example

White with #550881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550881; }

 p { color: rgb(85,8,129); }

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

background-color css

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

 a { background-color: rgb(85,8,129); }

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

border-color css

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

 span { border-color: rgb(85,8,129); }

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