#550291

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

Shades of Indigo #550291

Tints of Indigo #550291

Color information

#550291 (or 0x550291) is unknown color: approx Indigo. HEX triplet: 55, 02 and 91. RGB value is (85,2,145). Sum of RGB (Red+Green+Blue) = 85+2+145=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #550291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550291 is #AAFD6E. Grayscale: #2A2A2A. Windows color (decimal): -11205999 or 9503317. OLE color: 9503317.

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

Color convert

RGB852145-
CMYK0.410.9900.43
HSL274.83º97.28%28.82%-
HSV(B)274.83º98.62%56.86%-
XYZ8.884.0227.1-
YUV43.12185.5157.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 145 (57.03% from 255) = 62.5%
R=36.64%
G=0.86%
B=62.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8521450.410.9900.43274.8397.2828.82
Hex55291296302B113611d
Octal12522215114305342314135
Binary1010101101001000110100111000110101011100010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550291; }

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

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

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

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

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

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

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

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