#55048B

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

Shades of Indigo #55048B

Tints of Indigo #55048B

Color information

#55048B (or 0x55048B) is unknown color: approx Indigo. HEX triplet: 55, 04 and 8B. RGB value is (85,4,139). Sum of RGB (Red+Green+Blue) = 85+4+139=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #55048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55048B is #AAFB74. Grayscale: #2B2B2B. Windows color (decimal): -11205493 or 9110613. OLE color: 9110613.

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

Color convert

RGB854139-
CMYK0.390.9700.45
HSL276º94.41%28.04%-
HSV(B)276º97.12%54.51%-
XYZ8.453.8824.73-
YUV43.61181.84157.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 139 (54.69% from 255) = 60.96%
R=37.28%
G=1.75%
B=60.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8541390.390.9700.4527694.4128.04
Hex5548B276102D1145e1c
Octal12542134714105542413634
Binary10101011001000101110011111000010101101100010100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,4,139); }

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

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

 a { background-color: rgb(85,4,139); }

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

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

 span { border-color: rgb(85,4,139); }

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