#541984

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

Shades of Indigo #541984

Tints of Indigo #541984

Color information

#541984 (or 0x541984) is unknown color: approx Indigo. HEX triplet: 54, 19 and 84. RGB value is (84,25,132). Sum of RGB (Red+Green+Blue) = 84+25+132=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #541984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541984 is #ABE67B. Grayscale: #363636. Windows color (decimal): -11265660 or 8657236. OLE color: 8657236.

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

Color convert

RGB8425132-
CMYK0.360.8100.48
HSL273.08º68.15%30.78%-
HSV(B)273.08º81.06%51.76%-
XYZ8.174.2522.22-
YUV54.84171.55148.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=34.85%
G=10.37%
B=54.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84251320.360.8100.48273.0868.1530.78
Hex5419842451030111441f
Octal124312044412106042110437
Binary1010100110011000010010010010100010110000100010001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541984; }

 p { color: rgb(84,25,132); }

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

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

 a { background-color: rgb(84,25,132); }

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

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

 span { border-color: rgb(84,25,132); }

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