#55028C

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

Shades of Indigo #55028C

Tints of Indigo #55028C

Color information

#55028C (or 0x55028C) is unknown color: approx Indigo. HEX triplet: 55, 02 and 8C. RGB value is (85,2,140). Sum of RGB (Red+Green+Blue) = 85+2+140=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #55028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55028C is #AAFD73. Grayscale: #2A2A2A. Windows color (decimal): -11206004 or 9175637. OLE color: 9175637.

HSL color Cylindrical-coordinate representation of color #55028C: hue angle of 276.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55028C is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB852140-
CMYK0.390.9900.45
HSL276.09º97.18%27.84%-
HSV(B)276.09º98.57%54.9%-
XYZ8.53.8725.11-
YUV42.55183158.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 140 (55.08% from 255) = 61.67%
R=37.44%
G=0.88%
B=61.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8521400.390.9900.45276.0997.1827.84
Hex5528C276302D114611c
Octal12522144714305542414134
Binary1010101101000110010011111000110101101100010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55028C; }

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

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

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

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

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

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

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

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