#55107F

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

Shades of Indigo #55107F

Tints of Indigo #55107F

Color information

#55107F (or 0x55107F) is unknown color: approx Indigo. HEX triplet: 55, 10 and 7F. RGB value is (85,16,127). Sum of RGB (Red+Green+Blue) = 85+16+127=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #55107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55107F is #AAEF80. Grayscale: #303030. Windows color (decimal): -11202433 or 8327253. OLE color: 8327253.

HSL color Cylindrical-coordinate representation of color #55107F: hue angle of 277.3º degrees, saturation: 0.78, 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 #55107F is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8516127-
CMYK0.330.8700.50
HSL277.3º77.62%28.04%-
HSV(B)277.3º87.4%49.8%-
XYZ7.763.8320.41-
YUV49.28171.86153.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 16 (6.64% from 255) = 7.02%
BLUE value IS 127 (50% from 255) = 55.70%
R=37.28%
G=7.02%
B=55.70%

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
Decimal85161270.330.8700.50277.377.6228.04
Hex55107F21570321154e1c
Octal125201774112706242511634
Binary101010110000111111110000110101110110010100010101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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