#550F7F

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

Shades of Indigo #550F7F

Tints of Indigo #550F7F

Color information

#550F7F (or 0x550F7F) is unknown color: approx Indigo. HEX triplet: 55, 0F and 7F. RGB value is (85,15,127). Sum of RGB (Red+Green+Blue) = 85+15+127=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #550F7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F7F is #AAF080. Grayscale: #303030. Windows color (decimal): -11202689 or 8326997. OLE color: 8326997.

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

Color convert

RGB8515127-
CMYK0.330.8800.50
HSL277.5º78.87%27.84%-
HSV(B)277.5º88.19%49.8%-
XYZ7.753.8120.4-
YUV48.7172.19153.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 127 (50% from 255) = 55.95%
R=37.44%
G=6.61%
B=55.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85151270.330.8800.50277.578.8727.84
Hex55F7F21580321164f1c
Octal125171774113006242611734
Binary10101011111111111110000110110000110010100010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550F7F; }

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

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

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

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

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

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

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

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