#55017A

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

Shades of Indigo #55017A

Tints of Indigo #55017A

Color information

#55017A (or 0x55017A) is unknown color: approx Indigo. HEX triplet: 55, 01 and 7A. RGB value is (85,1,122). Sum of RGB (Red+Green+Blue) = 85+1+122=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #55017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55017A is #AAFE85. Grayscale: #272727. Windows color (decimal): -11206278 or 7995733. OLE color: 7995733.

HSL color Cylindrical-coordinate representation of color #55017A: hue angle of 281.65º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55017A is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB851122-
CMYK0.300.9900.52
HSL281.65º98.37%24.12%-
HSV(B)281.65º99.18%47.84%-
XYZ7.273.3618.68-
YUV39.91174.33160.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=40.87%
G=0.48%
B=58.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8511220.300.9900.52281.6598.3724.12
Hex5517A1E6303411a6218
Octal12511723614306443214230
Binary1010101111110101111011000110110100100011010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55017A; }

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

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

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

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

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

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

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

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