#550f7d

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

Shades of Indigo #550F7D

Tints of Indigo #550F7D

Color information

#550F7D (or 0x550F7D) is unknown color: approx Indigo. HEX triplet: 55, 0F and 7D. RGB value is (85,15,125). Sum of RGB (Red+Green+Blue) = 85+15+125=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #550F7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F7D is #AAF082. Grayscale: #303030. Windows color (decimal): -11202691 or 8195925. OLE color: 8195925.

HSL color Cylindrical-coordinate representation of color #550F7D: hue angle of 278.18º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550F7D is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8515125-
CMYK0.320.8800.51
HSL278.18º78.57%27.45%-
HSV(B)278.18º88%49.02%-
XYZ7.623.7519.73-
YUV48.47171.19154.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=37.78%
G=6.67%
B=55.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85151250.320.8800.51278.1878.5727.45
Hex55F7D20580331164f1b
Octal125171754013006342611733
Binary10101011111111110110000010110000110011100010110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550f7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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