Html Css Color HEX #540469 Indigo

📋 copy color: '#540469'

red 84 ◦ green 4 ◦ blue 105

#540469
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #540469

Tints of Indigo #540469

RGB

 RED value IS 84 (33.2% from 255) = 43.52%

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 105 (41.41% from 255) = 54.4%

R = 43.52%
G = 2.07%
B = 54.4%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#540469 (or 0x540469) is known color: Indigo. HEX triplet: 54, 04 and 69. RGB value is (84,4,105). Sum of RGB (Red+Green+Blue) = 84+4+105=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #540469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540469 is #ABFB96. Grayscale: #272727. Windows color (decimal): -11271063 or 6882388. OLE color: 6882388.

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

Color convert

RGB 84 4 105 -
CMYK 0.20 0.96 0 0.59
HSL 287.52º 0.93% 0.21% -
HSV(B) 287.52º 0.96% 0.41% -
XYZ 6.25 2.99 13.61 -
YUV 39.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 84 4 105 0.20 0.96 0 0.59 287.52 0.93 0.21
Hex 54 4 69 14 60 0 3B 120 5D 15
Octal 124 4 151 24 140 0 73 440 135 25
Binary 1010100 100 1101001 10100 1100000 0 111011 100100000 1011101 10101

Color Harmonies of #540469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540469

Black with #540469

Text Example


Text Example

White with #540469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540469; }

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

 H1.HeaderClassName
 {
   color: #540469;
 }
 .AnyTagClassName
 {
   color: #540469;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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