Html Css Color HEX #550971 Indigo

📋 copy color: '#550971'

red 85 ◦ green 9 ◦ blue 113

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

Shades of Indigo #550971

Tints of Indigo #550971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

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

R = 41.06%
G = 4.35%
B = 54.59%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#550971 (or 0x550971) is known color: Indigo. HEX triplet: 55, 09 and 71. RGB value is (85,9,113). Sum of RGB (Red+Green+Blue) = 85+9+113=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #550971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550971 is #AAF68E. Grayscale: #2B2B2B. Windows color (decimal): -11204239 or 7407957. OLE color: 7407957.

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

Color convert

RGB 85 9 113 -
CMYK 0.25 0.92 0 0.56
HSL 283.85º 0.85% 0.24% -
HSV(B) 283.85º 0.92% 0.44% -
XYZ 6.82 3.32 15.9 -
YUV 43.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 85 9 113 0.25 0.92 0 0.56 283.85 0.85 0.24
Hex 55 9 71 19 5C 0 38 11C 55 18
Octal 125 11 161 31 134 0 70 434 125 30
Binary 1010101 1001 1110001 11001 1011100 0 111000 100011100 1010101 11000

Color Harmonies of #550971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550971

Black with #550971

Text Example


Text Example

White with #550971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550971; }

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

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

background-color css

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

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

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

border-color css

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

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

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