Html Css Color HEX #550877 Indigo

📋 copy color: '#550877'

red 85 ◦ green 8 ◦ blue 119

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

Shades of Indigo #550877

Tints of Indigo #550877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 40.09%
G = 3.77%
B = 56.13%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#550877 (or 0x550877) is known color: Indigo. HEX triplet: 55, 08 and 77. RGB value is (85,8,119). Sum of RGB (Red+Green+Blue) = 85+8+119=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #550877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550877 is #AAF788. Grayscale: #2B2B2B. Windows color (decimal): -11204489 or 7800917. OLE color: 7800917.

HSL color Cylindrical-coordinate representation of color #550877: hue angle of 281.62º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550877 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 8 119 -
CMYK 0.29 0.93 0 0.53
HSL 281.62º 0.87% 0.25% -
HSV(B) 281.62º 0.93% 0.47% -
XYZ 7.16 3.44 17.74 -
YUV 43.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 85 8 119 0.29 0.93 0 0.53 281.62 0.87 0.25
Hex 55 8 77 1D 5D 0 35 11A 57 19
Octal 125 10 167 35 135 0 65 432 127 31
Binary 1010101 1000 1110111 11101 1011101 0 110101 100011010 1010111 11001

Color Harmonies of #550877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550877

Black with #550877

Text Example


Text Example

White with #550877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550877; }

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

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

background-color css

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

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

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

border-color css

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

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

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