#550091

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

Shades of Indigo #550091

Tints of Indigo #550091

Color information

#550091 (or 0x550091) is unknown color: approx Indigo. HEX triplet: 55, 00 and 91. RGB value is (85,0,145). Sum of RGB (Red+Green+Blue) = 85+0+145=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #550091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550091 is #AAFF6E. Grayscale: #292929. Windows color (decimal): -11206511 or 9502805. OLE color: 9502805.

HSL color Cylindrical-coordinate representation of color #550091: hue angle of 275.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550091 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB850145-
CMYK0.41100.43
HSL275.17º100%28.43%-
HSV(B)275.17º100%56.86%-
XYZ8.863.9827.09-
YUV41.94186.16158.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 63.04%
R=36.96%
G=0%
B=63.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8501450.41100.43275.1710028.43
Hex55091296402B113641c
Octal12502215114405342314434
Binary101010101001000110100111001000101011100010011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550091; }

 p { color: rgb(85,0,145); }

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

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

 a { background-color: rgb(85,0,145); }

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

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

 span { border-color: rgb(85,0,145); }

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