#550070

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

Shades of Indigo #550070

Tints of Indigo #550070

Color information

#550070 (or 0x550070) is unknown color: approx Indigo. HEX triplet: 55, 00 and 70. RGB value is (85,0,112). Sum of RGB (Red+Green+Blue) = 85+0+112=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #550070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550070 is #AAFF8F. Grayscale: #252525. Windows color (decimal): -11206544 or 7340117. OLE color: 7340117.

HSL color Cylindrical-coordinate representation of color #550070: hue angle of 285.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550070 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB850112-
CMYK0.24100.56
HSL285.54º100%21.96%-
HSV(B)285.54º100%43.92%-
XYZ6.673.115.58-
YUV38.18169.66161.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=43.15%
G=0%
B=56.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8501120.24100.56285.5410021.96
Hex55070186403811e6416
Octal12501603014407043614426
Binary1010101011100001100011001000111000100011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550070; }

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

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

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

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

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

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

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

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