#550D74

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

Shades of Indigo #550D74

Tints of Indigo #550D74

Color information

#550D74 (or 0x550D74) is unknown color: approx Indigo. HEX triplet: 55, 0D and 74. RGB value is (85,13,116). Sum of RGB (Red+Green+Blue) = 85+13+116=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #550D74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D74 is #AAF28B. Grayscale: #2D2D2D. Windows color (decimal): -11203212 or 7605589. OLE color: 7605589.

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

Color convert

RGB8513116-
CMYK0.270.8900.55
HSL281.94º79.84%25.29%-
HSV(B)281.94º88.79%45.49%-
XYZ7.043.4816.82-
YUV46.27167.35155.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 13 (5.47% from 255) = 6.07%
BLUE value IS 116 (45.70% from 255) = 54.21%
R=39.72%
G=6.07%
B=54.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85131160.270.8900.55281.9479.8425.29
Hex55D741B5903711a5019
Octal125151643313106743212031
Binary1010101110111101001101110110010110111100011010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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