#550172

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

Shades of Indigo #550172

Tints of Indigo #550172

Color information

#550172 (or 0x550172) is unknown color: approx Indigo. HEX triplet: 55, 01 and 72. RGB value is (85,1,114). Sum of RGB (Red+Green+Blue) = 85+1+114=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #550172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550172 is #AAFE8D. Grayscale: #262626. Windows color (decimal): -11206286 or 7471445. OLE color: 7471445.

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

Color convert

RGB851114-
CMYK0.250.9900.55
HSL284.6º98.26%22.55%-
HSV(B)284.6º99.12%44.71%-
XYZ6.793.1716.17-
YUV39170.33160.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 114 (44.92% from 255) = 57%
R=42.5%
G=0.5%
B=57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8511140.250.9900.55284.698.2622.55
Hex55172196303711d6217
Octal12511623114306743514227
Binary1010101111100101100111000110110111100011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550172; }

 p { color: rgb(85,1,114); }

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

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

 a { background-color: rgb(85,1,114); }

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

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

 span { border-color: rgb(85,1,114); }

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