#551284

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

Shades of Indigo #551284

Tints of Indigo #551284

Color information

#551284 (or 0x551284) is unknown color: approx Indigo. HEX triplet: 55, 12 and 84. RGB value is (85,18,132). Sum of RGB (Red+Green+Blue) = 85+18+132=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #551284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551284 is #AAED7B. Grayscale: #323232. Windows color (decimal): -11201916 or 8655445. OLE color: 8655445.

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

Color convert

RGB8518132-
CMYK0.360.8600.48
HSL275.26º76%29.41%-
HSV(B)275.26º86.36%51.76%-
XYZ8.134.0322.18-
YUV51.03173.7152.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=36.17%
G=7.66%
B=56.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85181320.360.8600.48275.267629.41
Hex55128424560301134c1d
Octal125222044412606042311435
Binary1010101100101000010010010010101100110000100010011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551284; }

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

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

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

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

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

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

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

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