#551473

Color #551473 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #551473

Tints of Indigo #551473

Color information

#551473 (or 0x551473) is unknown color: approx Indigo. HEX triplet: 55, 14 and 73. RGB value is (85,20,115). Sum of RGB (Red+Green+Blue) = 85+20+115=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #551473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551473 is #AAEB8C. Grayscale: #313131. Windows color (decimal): -11201421 or 7541845. OLE color: 7541845.

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

Color convert

RGB8520115-
CMYK0.260.8300.55
HSL281.05º70.37%26.47%-
HSV(B)281.05º82.61%45.1%-
XYZ7.093.6716.55-
YUV50.26164.53152.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 20 (8.20% from 255) = 9.09%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=38.64%
G=9.09%
B=52.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85201150.260.8300.55281.0570.3726.47
Hex5514731A53037119461a
Octal125241633212306743110632
Binary10101011010011100111101010100110110111100011001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551473; }

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

 H1.HeaderClassName
 {
   color: #551473;
 }
 .AnyTagClassName
 {
   color: #551473;
 }
</style>
background-color css

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

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

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

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

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

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