#551075

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

Shades of Indigo #551075

Tints of Indigo #551075

Color information

#551075 (or 0x551075) is unknown color: approx Indigo. HEX triplet: 55, 10 and 75. RGB value is (85,16,117). Sum of RGB (Red+Green+Blue) = 85+16+117=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #551075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551075 is #AAEF8A. Grayscale: #2F2F2F. Windows color (decimal): -11202443 or 7671893. OLE color: 7671893.

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

Color convert

RGB8516117-
CMYK0.270.8600.54
HSL280.99º75.94%26.08%-
HSV(B)280.99º86.32%45.88%-
XYZ7.143.5917.15-
YUV48.14166.86154.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=38.99%
G=7.34%
B=53.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85161170.270.8600.54280.9975.9426.08
Hex5510751B560361194c1a
Octal125201653312606643111432
Binary10101011000011101011101110101100110110100011001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551075; }

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

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

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

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

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

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

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

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