#550D75

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

Shades of Indigo #550D75

Tints of Indigo #550D75

Color information

#550D75 (or 0x550D75) is unknown color: approx Indigo. HEX triplet: 55, 0D and 75. RGB value is (85,13,117). Sum of RGB (Red+Green+Blue) = 85+13+117=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #550D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D75 is #AAF28A. Grayscale: #2E2E2E. Windows color (decimal): -11203211 or 7671125. OLE color: 7671125.

HSL color Cylindrical-coordinate representation of color #550D75: hue angle of 281.54º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550D75 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8513117-
CMYK0.270.8900.54
HSL281.54º80%25.49%-
HSV(B)281.54º88.89%45.88%-
XYZ7.13.517.13-
YUV46.38167.85155.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 13 (5.47% from 255) = 6.05%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=39.53%
G=6.05%
B=54.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85131170.270.8900.54281.548025.49
Hex55D751B5903611a5019
Octal125151653313106643212031
Binary1010101110111101011101110110010110110100011010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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