#551084

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

Shades of Indigo #551084

Tints of Indigo #551084

Color information

#551084 (or 0x551084) is unknown color: approx Indigo. HEX triplet: 55, 10 and 84. RGB value is (85,16,132). Sum of RGB (Red+Green+Blue) = 85+16+132=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #551084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551084 is #AAEF7B. Grayscale: #313131. Windows color (decimal): -11202428 or 8654933. OLE color: 8654933.

HSL color Cylindrical-coordinate representation of color #551084: hue angle of 275.69º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551084 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8516132-
CMYK0.360.8800.48
HSL275.69º78.38%29.02%-
HSV(B)275.69º87.88%51.76%-
XYZ8.13.9722.17-
YUV49.86174.36153.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=36.48%
G=6.87%
B=56.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85161320.360.8800.48275.6978.3829.02
Hex55108424580301144e1d
Octal125202044413006042411635
Binary1010101100001000010010010010110000110000100010100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551084; }

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

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

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

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

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

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

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

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