#540269

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

Shades of Indigo #540269

Tints of Indigo #540269

Color information

#540269 (or 0x540269) is unknown color: approx Indigo. HEX triplet: 54, 02 and 69. RGB value is (84,2,105). Sum of RGB (Red+Green+Blue) = 84+2+105=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #540269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540269 is #ABFD96. Grayscale: #252525. Windows color (decimal): -11271575 or 6881876. OLE color: 6881876.

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

Color convert

RGB842105-
CMYK0.200.9800.59
HSL287.77º96.26%20.98%-
HSV(B)287.77º98.1%41.18%-
XYZ6.232.9513.61-
YUV38.26165.67160.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 105 (41.41% from 255) = 54.97%
R=43.98%
G=1.05%
B=54.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8421050.200.9800.59287.7796.2620.98
Hex54269146203B1206015
Octal12421512414207344014025
Binary10101001011010011010011000100111011100100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540269; }

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

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

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

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

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

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

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

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