#55117F

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

Shades of Indigo #55117F

Tints of Indigo #55117F

Color information

#55117F (or 0x55117F) is unknown color: approx Indigo. HEX triplet: 55, 11 and 7F. RGB value is (85,17,127). Sum of RGB (Red+Green+Blue) = 85+17+127=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #55117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55117F is #AAEE80. Grayscale: #313131. Windows color (decimal): -11202177 or 8327509. OLE color: 8327509.

HSL color Cylindrical-coordinate representation of color #55117F: hue angle of 277.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55117F is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8517127-
CMYK0.330.8700.50
HSL277.09º76.39%28.24%-
HSV(B)277.09º86.61%49.8%-
XYZ7.783.8620.41-
YUV49.87171.53153.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 127 (50% from 255) = 55.46%
R=37.12%
G=7.42%
B=55.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85171270.330.8700.50277.0976.3928.24
Hex55117F21570321154c1c
Octal125211774112706242511434
Binary101010110001111111110000110101110110010100010101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55117F; }

 p { color: rgb(85,17,127); }

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

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

 a { background-color: rgb(85,17,127); }

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

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

 span { border-color: rgb(85,17,127); }

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