Html Css Color HEX #550473 Indigo

📋 copy color: '#550473'

red 85 ◦ green 4 ◦ blue 115

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

Shades of Indigo #550473

Tints of Indigo #550473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 41.67%
G = 1.96%
B = 56.37%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#550473 (or 0x550473) is known color: Indigo. HEX triplet: 55, 04 and 73. RGB value is (85,4,115). Sum of RGB (Red+Green+Blue) = 85+4+115=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #550473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550473 is #AAFB8C. Grayscale: #282828. Windows color (decimal): -11205517 or 7537749. OLE color: 7537749.

HSL color Cylindrical-coordinate representation of color #550473: hue angle of 283.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550473 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 4 115 -
CMYK 0.26 0.97 0 0.55
HSL 283.78º 0.93% 0.23% -
HSV(B) 283.78º 0.97% 0.45% -
XYZ 6.88 3.26 16.49 -
YUV 40.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 85 4 115 0.26 0.97 0 0.55 283.78 0.93 0.23
Hex 55 4 73 1A 61 0 37 11C 5D 17
Octal 125 4 163 32 141 0 67 434 135 27
Binary 1010101 100 1110011 11010 1100001 0 110111 100011100 1011101 10111

Color Harmonies of #550473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550473

Black with #550473

Text Example


Text Example

White with #550473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550473; }

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

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

background-color css

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

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

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

border-color css

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

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

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