#540369

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

Shades of Indigo #540369

Tints of Indigo #540369

Color information

#540369 (or 0x540369) is unknown color: approx Indigo. HEX triplet: 54, 03 and 69. RGB value is (84,3,105). Sum of RGB (Red+Green+Blue) = 84+3+105=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #540369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540369 is #ABFC96. Grayscale: #262626. Windows color (decimal): -11271319 or 6882132. OLE color: 6882132.

HSL color Cylindrical-coordinate representation of color #540369: hue angle of 287.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540369 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB843105-
CMYK0.200.9700.59
HSL287.65º94.44%21.18%-
HSV(B)287.65º97.14%41.18%-
XYZ6.242.9713.61-
YUV38.85165.34160.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=43.75%
G=1.56%
B=54.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8431050.200.9700.59287.6594.4421.18
Hex54369146103B1205e15
Octal12431512414107344013625
Binary10101001111010011010011000010111011100100000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540369; }

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

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

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

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

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

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

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

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