#55128B

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

Shades of Indigo #55128B

Tints of Indigo #55128B

Color information

#55128B (or 0x55128B) is unknown color: approx Indigo. HEX triplet: 55, 12 and 8B. RGB value is (85,18,139). Sum of RGB (Red+Green+Blue) = 85+18+139=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #55128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55128B is #AAED74. Grayscale: #333333. Windows color (decimal): -11201909 or 9114197. OLE color: 9114197.

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

Color convert

RGB8518139-
CMYK0.390.8700.45
HSL273.22º77.07%30.78%-
HSV(B)273.22º87.05%54.51%-
XYZ8.624.2324.79-
YUV51.83177.2151.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=35.12%
G=7.44%
B=57.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85181390.390.8700.45273.2277.0730.78
Hex55128B275702D1114d1f
Octal125222134712705542111537
Binary1010101100101000101110011110101110101101100010001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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