#540384

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

Shades of Indigo #540384

Tints of Indigo #540384

Color information

#540384 (or 0x540384) is unknown color: approx Indigo. HEX triplet: 54, 03 and 84. RGB value is (84,3,132). Sum of RGB (Red+Green+Blue) = 84+3+132=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #540384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540384 is #ABFC7B. Grayscale: #292929. Windows color (decimal): -11271292 or 8651604. OLE color: 8651604.

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

Color convert

RGB843132-
CMYK0.360.9800.48
HSL277.67º95.56%26.47%-
HSV(B)277.67º97.73%51.76%-
XYZ7.853.6222.11-
YUV41.92178.84158.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 3 (1.56% from 255) = 1.37%
BLUE value IS 132 (51.95% from 255) = 60.27%
R=38.36%
G=1.37%
B=60.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8431320.360.9800.48277.6795.5626.47
Hex543842462030116601a
Octal12432044414206042614032
Binary1010100111000010010010011000100110000100010110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540384; }

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

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

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

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

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

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

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

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