#55088B

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

Shades of Indigo #55088B

Tints of Indigo #55088B

Color information

#55088B (or 0x55088B) is unknown color: approx Indigo. HEX triplet: 55, 08 and 8B. RGB value is (85,8,139). Sum of RGB (Red+Green+Blue) = 85+8+139=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #55088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55088B is #AAF774. Grayscale: #2D2D2D. Windows color (decimal): -11204469 or 9111637. OLE color: 9111637.

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

Color convert

RGB858139-
CMYK0.390.9400.45
HSL275.27º89.12%28.82%-
HSV(B)275.27º94.24%54.51%-
XYZ8.493.9724.74-
YUV45.96180.51155.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=36.64%
G=3.45%
B=59.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8581390.390.9400.45275.2789.1228.82
Hex5588B275E02D113591d
Octal125102134713605542313135
Binary101010110001000101110011110111100101101100010011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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