#550297

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

Shades of Indigo #550297

Tints of Indigo #550297

Color information

#550297 (or 0x550297) is unknown color: approx Indigo. HEX triplet: 55, 02 and 97. RGB value is (85,2,151). Sum of RGB (Red+Green+Blue) = 85+2+151=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #550297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550297 is #AAFD68. Grayscale: #2B2B2B. Windows color (decimal): -11205993 or 9896533. OLE color: 9896533.

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

Color convert

RGB852151-
CMYK0.440.9900.41
HSL273.42º97.39%30%-
HSV(B)273.42º98.68%59.22%-
XYZ9.354.2129.6-
YUV43.8188.5157.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 151 (59.38% from 255) = 63.45%
R=35.71%
G=0.84%
B=63.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8521510.440.9900.41273.4297.3930
Hex552972C63029111611e
Octal12522275414305142114136
Binary1010101101001011110110011000110101001100010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550297; }

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

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

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

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

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

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

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

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