Html Css Color HEX #550571 Indigo

📋 copy color: '#550571'

red 85 ◦ green 5 ◦ blue 113

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

Shades of Indigo #550571

Tints of Indigo #550571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 41.87%
G = 2.46%
B = 55.67%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#550571 (or 0x550571) is known color: Indigo. HEX triplet: 55, 05 and 71. RGB value is (85,5,113). Sum of RGB (Red+Green+Blue) = 85+5+113=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #550571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550571 is #AAFA8E. Grayscale: #282828. Windows color (decimal): -11205263 or 7406933. OLE color: 7406933.

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

Color convert

RGB 85 5 113 -
CMYK 0.25 0.96 0 0.56
HSL 284.44º 0.92% 0.23% -
HSV(B) 284.44º 0.96% 0.44% -
XYZ 6.78 3.23 15.89 -
YUV 41.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 85 5 113 0.25 0.96 0 0.56 284.44 0.92 0.23
Hex 55 5 71 19 60 0 38 11C 5C 17
Octal 125 5 161 31 140 0 70 434 134 27
Binary 1010101 101 1110001 11001 1100000 0 111000 100011100 1011100 10111

Color Harmonies of #550571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550571

Black with #550571

Text Example


Text Example

White with #550571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550571; }

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

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

background-color css

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

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

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

border-color css

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

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

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