#55027B

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

Shades of Indigo #55027B

Tints of Indigo #55027B

Color information

#55027B (or 0x55027B) is unknown color: approx Indigo. HEX triplet: 55, 02 and 7B. RGB value is (85,2,123). Sum of RGB (Red+Green+Blue) = 85+2+123=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #55027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55027B is #AAFD84. Grayscale: #282828. Windows color (decimal): -11206021 or 8061525. OLE color: 8061525.

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

Color convert

RGB852123-
CMYK0.310.9800.52
HSL281.16º96.8%24.51%-
HSV(B)281.16º98.37%48.24%-
XYZ7.343.419.01-
YUV40.61174.5159.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=40.48%
G=0.95%
B=58.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8521230.310.9800.52281.1696.824.51
Hex5527B1F620341196119
Octal12521733714206443114131
Binary10101011011110111111111000100110100100011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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