#550D6D

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

Shades of Indigo #550D6D

Tints of Indigo #550D6D

Color information

#550D6D (or 0x550D6D) is unknown color: approx Indigo. HEX triplet: 55, 0D and 6D. RGB value is (85,13,109). Sum of RGB (Red+Green+Blue) = 85+13+109=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #550D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D6D is #AAF292. Grayscale: #2D2D2D. Windows color (decimal): -11203219 or 7146837. OLE color: 7146837.

HSL color Cylindrical-coordinate representation of color #550D6D: hue angle of 285º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550D6D is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8513109-
CMYK0.220.8800.57
HSL285º78.69%23.92%-
HSV(B)285º88.07%42.75%-
XYZ6.653.3214.76-
YUV45.47163.85156.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 109 (42.97% from 255) = 52.66%
R=41.06%
G=6.28%
B=52.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85131090.220.8800.5728578.6923.92
Hex55D6D165803911d4f18
Octal125151552613007143511730
Binary1010101110111011011011010110000111001100011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,13,109); }

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

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

 a { background-color: rgb(85,13,109); }

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

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

 span { border-color: rgb(85,13,109); }

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