Html Css Color HEX #540169 Indigo

📋 copy color: '#540169'

red 84 ◦ green 1 ◦ blue 105

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

Shades of Indigo #540169

Tints of Indigo #540169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 44.21%
G = 0.53%
B = 55.26%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#540169 (or 0x540169) is known color: Indigo. HEX triplet: 54, 01 and 69. RGB value is (84,1,105). Sum of RGB (Red+Green+Blue) = 84+1+105=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #540169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540169 is #ABFE96. Grayscale: #252525. Windows color (decimal): -11271831 or 6881620. OLE color: 6881620.

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

Color convert

RGB 84 1 105 -
CMYK 0.20 0.99 0 0.59
HSL 287.88º 0.98% 0.21% -
HSV(B) 287.88º 0.99% 0.41% -
XYZ 6.22 2.93 13.6 -
YUV 37.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 84 1 105 0.20 0.99 0 0.59 287.88 0.98 0.21
Hex 54 1 69 14 63 0 3B 120 62 15
Octal 124 1 151 24 143 0 73 440 142 25
Binary 1010100 1 1101001 10100 1100011 0 111011 100100000 1100010 10101

Color Harmonies of #540169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540169

Black with #540169

Text Example


Text Example

White with #540169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540169; }

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

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

background-color css

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

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

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

border-color css

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

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

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