#550875

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

Shades of Indigo #550875

Tints of Indigo #550875

Color information

#550875 (or 0x550875) is unknown color: approx Indigo. HEX triplet: 55, 08 and 75. RGB value is (85,8,117). Sum of RGB (Red+Green+Blue) = 85+8+117=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #550875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550875 is #AAF78A. Grayscale: #2B2B2B. Windows color (decimal): -11204491 or 7669845. OLE color: 7669845.

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

Color convert

RGB858117-
CMYK0.270.9300.54
HSL282.39º87.2%24.51%-
HSV(B)282.39º93.16%45.88%-
XYZ7.043.3917.11-
YUV43.45169.51157.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=40.48%
G=3.81%
B=55.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8581170.270.9300.54282.3987.224.51
Hex558751B5D03611a5719
Octal125101653313506643212731
Binary1010101100011101011101110111010110110100011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550875; }

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

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

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

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

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

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

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

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