#550B75

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

Shades of Indigo #550B75

Tints of Indigo #550B75

Color information

#550B75 (or 0x550B75) is unknown color: approx Indigo. HEX triplet: 55, 0B and 75. RGB value is (85,11,117). Sum of RGB (Red+Green+Blue) = 85+11+117=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #550B75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B75 is #AAF48A. Grayscale: #2C2C2C. Windows color (decimal): -11203723 or 7670613. OLE color: 7670613.

HSL color Cylindrical-coordinate representation of color #550B75: hue angle of 281.89º degrees, saturation: 0.83, 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 #550B75 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8511117-
CMYK0.270.9100.54
HSL281.89º82.81%25.1%-
HSV(B)281.89º90.6%45.88%-
XYZ7.083.4517.12-
YUV45.21168.52156.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 117 (46.09% from 255) = 54.93%
R=39.91%
G=5.16%
B=54.93%

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
Decimal85111170.270.9100.54281.8982.8125.1
Hex55B751B5B03611a5319
Octal125131653313306643212331
Binary1010101101111101011101110110110110110100011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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