Html Css Color HEX #550B73 Indigo

📋 copy color: '#550B73'

red 85 ◦ green 11 ◦ blue 115

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

Shades of Indigo #550B73

Tints of Indigo #550B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.5%

R = 40.28%
G = 5.21%
B = 54.5%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#550B73 (or 0x550B73) is known color: Indigo. HEX triplet: 55, 0B and 73. RGB value is (85,11,115). Sum of RGB (Red+Green+Blue) = 85+11+115=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #550B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B73 is #AAF48C. Grayscale: #2C2C2C. Windows color (decimal): -11203725 or 7539541. OLE color: 7539541.

HSL color Cylindrical-coordinate representation of color #550B73: hue angle of 282.69º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550B73 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 11 115 -
CMYK 0.26 0.90 0 0.55
HSL 282.69º 0.83% 0.25% -
HSV(B) 282.69º 0.9% 0.45% -
XYZ 6.96 3.41 16.51 -
YUV 44.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 85 11 115 0.26 0.90 0 0.55 282.69 0.83 0.25
Hex 55 B 73 1A 5A 0 37 11B 53 19
Octal 125 13 163 32 132 0 67 433 123 31
Binary 1010101 1011 1110011 11010 1011010 0 110111 100011011 1010011 11001

Color Harmonies of #550B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550B73

Black with #550B73

Text Example


Text Example

White with #550B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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