Html Css Color HEX #550D71 Indigo

📋 copy color: '#550D71'

red 85 ◦ green 13 ◦ blue 113

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

Shades of Indigo #550D71

Tints of Indigo #550D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

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

R = 40.28%
G = 6.16%
B = 53.55%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#550D71 (or 0x550D71) is known color: Indigo. HEX triplet: 55, 0D and 71. RGB value is (85,13,113). Sum of RGB (Red+Green+Blue) = 85+13+113=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #550D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D71 is #AAF28E. Grayscale: #2D2D2D. Windows color (decimal): -11203215 or 7408981. OLE color: 7408981.

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

Color convert

RGB 85 13 113 -
CMYK 0.25 0.88 0 0.56
HSL 283.2º 0.79% 0.25% -
HSV(B) 283.2º 0.88% 0.44% -
XYZ 6.87 3.41 15.92 -
YUV 45.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 85 13 113 0.25 0.88 0 0.56 283.2 0.79 0.25
Hex 55 D 71 19 58 0 38 11B 4F 19
Octal 125 15 161 31 130 0 70 433 117 31
Binary 1010101 1101 1110001 11001 1011000 0 111000 100011011 1001111 11001

Color Harmonies of #550D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550D71

Black with #550D71

Text Example


Text Example

White with #550D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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