Html Css Color HEX #550884 Indigo

📋 copy color: '#550884'

red 85 ◦ green 8 ◦ blue 132

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

Shades of Indigo #550884

Tints of Indigo #550884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.67%

R = 37.78%
G = 3.56%
B = 58.67%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#550884 (or 0x550884) is known color: Indigo. HEX triplet: 55, 08 and 84. RGB value is (85,8,132). Sum of RGB (Red+Green+Blue) = 85+8+132=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #550884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550884 is #AAF77B. Grayscale: #2C2C2C. Windows color (decimal): -11204476 or 8652885. OLE color: 8652885.

HSL color Cylindrical-coordinate representation of color #550884: hue angle of 277.26º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550884 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 8 132 -
CMYK 0.36 0.94 0 0.48
HSL 277.26º 0.89% 0.27% -
HSV(B) 277.26º 0.94% 0.52% -
XYZ 8 3.77 22.14 -
YUV 45.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 85 8 132 0.36 0.94 0 0.48 277.26 0.89 0.27
Hex 55 8 84 24 5E 0 30 115 59 1B
Octal 125 10 204 44 136 0 60 425 131 33
Binary 1010101 1000 10000100 100100 1011110 0 110000 100010101 1011001 11011

Color Harmonies of #550884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550884

Black with #550884

Text Example


Text Example

White with #550884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550884; }

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

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

background-color css

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

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

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

border-color css

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

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

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