#550A75

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

Shades of Indigo #550A75

Tints of Indigo #550A75

Color information

#550A75 (or 0x550A75) is unknown color: approx Indigo. HEX triplet: 55, 0A and 75. RGB value is (85,10,117). Sum of RGB (Red+Green+Blue) = 85+10+117=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #550A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550A75 is #AAF58A. Grayscale: #2C2C2C. Windows color (decimal): -11203979 or 7670357. OLE color: 7670357.

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

Color convert

RGB8510117-
CMYK0.270.9100.54
HSL282.06º84.25%24.9%-
HSV(B)282.06º91.45%45.88%-
XYZ7.073.4317.12-
YUV44.62168.85156.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=40.09%
G=4.72%
B=55.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85101170.270.9100.54282.0684.2524.9
Hex55A751B5B03611a5419
Octal125121653313306643212431
Binary1010101101011101011101110110110110110100011010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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