#550F71

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

Shades of Indigo #550F71

Tints of Indigo #550F71

Color information

#550F71 (or 0x550F71) is unknown color: approx Indigo. HEX triplet: 55, 0F and 71. RGB value is (85,15,113). Sum of RGB (Red+Green+Blue) = 85+15+113=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #550F71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F71 is #AAF08E. Grayscale: #2E2E2E. Windows color (decimal): -11202703 or 7409493. OLE color: 7409493.

HSL color Cylindrical-coordinate representation of color #550F71: hue angle of 282.86º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550F71 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8515113-
CMYK0.250.8700.56
HSL282.86º76.56%25.1%-
HSV(B)282.86º86.73%44.31%-
XYZ6.93.4715.93-
YUV47.1165.19155.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=39.91%
G=7.04%
B=53.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85151130.250.8700.56282.8676.5625.1
Hex55F71195703811b4d19
Octal125171613112707043311531
Binary1010101111111100011100110101110111000100011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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