#550072

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

Shades of Indigo #550072

Tints of Indigo #550072

Color information

#550072 (or 0x550072) is unknown color: approx Indigo. HEX triplet: 55, 00 and 72. RGB value is (85,0,114). Sum of RGB (Red+Green+Blue) = 85+0+114=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #550072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550072 is #AAFF8D. Grayscale: #262626. Windows color (decimal): -11206542 or 7471189. OLE color: 7471189.

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

Color convert

RGB850114-
CMYK0.25100.55
HSL284.74º100%22.35%-
HSV(B)284.74º100%44.71%-
XYZ6.783.1516.17-
YUV38.41170.66161.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=42.71%
G=0%
B=57.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8501140.25100.55284.7410022.35
Hex55072196403711d6416
Octal12501623114406743514426
Binary1010101011100101100111001000110111100011101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550072; }

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

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

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

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

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

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

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

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