Html Css Color HEX #550771 Indigo

📋 copy color: '#550771'

red 85 ◦ green 7 ◦ blue 113

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

Shades of Indigo #550771

Tints of Indigo #550771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 113 (44.53% from 255) = 55.12%

R = 41.46%
G = 3.41%
B = 55.12%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#550771 (or 0x550771) is known color: Indigo. HEX triplet: 55, 07 and 71. RGB value is (85,7,113). Sum of RGB (Red+Green+Blue) = 85+7+113=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #550771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550771 is #AAF88E. Grayscale: #2A2A2A. Windows color (decimal): -11204751 or 7407445. OLE color: 7407445.

HSL color Cylindrical-coordinate representation of color #550771: hue angle of 284.15º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550771 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 7 113 -
CMYK 0.25 0.94 0 0.56
HSL 284.15º 0.88% 0.24% -
HSV(B) 284.15º 0.94% 0.44% -
XYZ 6.8 3.28 15.9 -
YUV 42.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 85 7 113 0.25 0.94 0 0.56 284.15 0.88 0.24
Hex 55 7 71 19 5E 0 38 11C 58 18
Octal 125 7 161 31 136 0 70 434 130 30
Binary 1010101 111 1110001 11001 1011110 0 111000 100011100 1011000 11000

Color Harmonies of #550771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550771

Black with #550771

Text Example


Text Example

White with #550771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550771; }

 p { color: rgb(85,7,113); }

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

background-color css

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

 a { background-color: rgb(85,7,113); }

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

border-color css

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

 span { border-color: rgb(85,7,113); }

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