#550292

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

Shades of Indigo #550292

Tints of Indigo #550292

Color information

#550292 (or 0x550292) is unknown color: approx Indigo. HEX triplet: 55, 02 and 92. RGB value is (85,2,146). Sum of RGB (Red+Green+Blue) = 85+2+146=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #550292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550292 is #AAFD6D. Grayscale: #2A2A2A. Windows color (decimal): -11205998 or 9568853. OLE color: 9568853.

HSL color Cylindrical-coordinate representation of color #550292: hue angle of 274.58º 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 #550292 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB852146-
CMYK0.420.9900.43
HSL274.58º97.3%29.02%-
HSV(B)274.58º98.63%57.25%-
XYZ8.964.0527.5-
YUV43.23186157.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=36.48%
G=0.86%
B=62.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8521460.420.9900.43274.5897.329.02
Hex552922A6302B113611d
Octal12522225214305342314135
Binary1010101101001001010101011000110101011100010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550292; }

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

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

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

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

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

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

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

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