Html Css Color HEX #540869 Indigo

📋 copy color: '#540869'

red 84 ◦ green 8 ◦ blue 105

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

Shades of Indigo #540869

Tints of Indigo #540869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

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

R = 42.64%
G = 4.06%
B = 53.3%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#540869 (or 0x540869) is known color: Indigo. HEX triplet: 54, 08 and 69. RGB value is (84,8,105). Sum of RGB (Red+Green+Blue) = 84+8+105=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #540869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540869 is #ABF796. Grayscale: #292929. Windows color (decimal): -11270039 or 6883412. OLE color: 6883412.

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

Color convert

RGB 84 8 105 -
CMYK 0.20 0.92 0 0.59
HSL 287.01º 0.86% 0.22% -
HSV(B) 287.01º 0.92% 0.41% -
XYZ 6.29 3.08 13.63 -
YUV 41.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 84 8 105 0.20 0.92 0 0.59 287.01 0.86 0.22
Hex 54 8 69 14 5C 0 3B 11F 56 16
Octal 124 10 151 24 134 0 73 437 126 26
Binary 1010100 1000 1101001 10100 1011100 0 111011 100011111 1010110 10110

Color Harmonies of #540869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540869

Black with #540869

Text Example


Text Example

White with #540869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540869; }

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

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

background-color css

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

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

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

border-color css

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

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

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