#55027A

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

Shades of Indigo #55027A

Tints of Indigo #55027A

Color information

#55027A (or 0x55027A) is unknown color: approx Indigo. HEX triplet: 55, 02 and 7A. RGB value is (85,2,122). Sum of RGB (Red+Green+Blue) = 85+2+122=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #55027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55027A is #AAFD85. Grayscale: #282828. Windows color (decimal): -11206022 or 7995989. OLE color: 7995989.

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

Color convert

RGB852122-
CMYK0.300.9800.52
HSL281.5º96.77%24.31%-
HSV(B)281.5º98.36%47.84%-
XYZ7.283.3818.68-
YUV40.5174159.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=40.67%
G=0.96%
B=58.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8521220.300.9800.52281.596.7724.31
Hex5527A1E6203411a6118
Octal12521723614206443214130
Binary10101011011110101111011000100110100100011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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