Html Css Color HEX #550B71 Indigo

📋 copy color: '#550B71'

red 85 ◦ green 11 ◦ blue 113

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

Shades of Indigo #550B71

Tints of Indigo #550B71

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.26%

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

R = 40.67%
G = 5.26%
B = 54.07%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#550B71 (or 0x550B71) is known color: Indigo. HEX triplet: 55, 0B and 71. RGB value is (85,11,113). Sum of RGB (Red+Green+Blue) = 85+11+113=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #550B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B71 is #AAF48E. Grayscale: #2C2C2C. Windows color (decimal): -11203727 or 7408469. OLE color: 7408469.

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

Color convert

RGB 85 11 113 -
CMYK 0.25 0.90 0 0.56
HSL 283.53º 0.82% 0.24% -
HSV(B) 283.53º 0.9% 0.44% -
XYZ 6.85 3.36 15.91 -
YUV 44.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 85 11 113 0.25 0.90 0 0.56 283.53 0.82 0.24
Hex 55 B 71 19 5A 0 38 11C 52 18
Octal 125 13 161 31 132 0 70 434 122 30
Binary 1010101 1011 1110001 11001 1011010 0 111000 100011100 1010010 11000

Color Harmonies of #550B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550B71

Black with #550B71

Text Example


Text Example

White with #550B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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