Html Css Color HEX #540569 Indigo

📋 copy color: '#540569'

red 84 ◦ green 5 ◦ blue 105

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

Shades of Indigo #540569

Tints of Indigo #540569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.58%

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

R = 43.3%
G = 2.58%
B = 54.12%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#540569 (or 0x540569) is known color: Indigo. HEX triplet: 54, 05 and 69. RGB value is (84,5,105). Sum of RGB (Red+Green+Blue) = 84+5+105=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #540569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540569 is #ABFA96. Grayscale: #272727. Windows color (decimal): -11270807 or 6882644. OLE color: 6882644.

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

Color convert

RGB 84 5 105 -
CMYK 0.20 0.95 0 0.59
HSL 287.4º 0.91% 0.22% -
HSV(B) 287.4º 0.95% 0.41% -
XYZ 6.26 3.01 13.62 -
YUV 40.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 84 5 105 0.20 0.95 0 0.59 287.4 0.91 0.22
Hex 54 5 69 14 5F 0 3B 11F 5B 16
Octal 124 5 151 24 137 0 73 437 133 26
Binary 1010100 101 1101001 10100 1011111 0 111011 100011111 1011011 10110

Color Harmonies of #540569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540569

Black with #540569

Text Example


Text Example

White with #540569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540569; }

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

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

background-color css

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

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

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

border-color css

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

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

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