Html Css Color HEX #540769 Indigo

📋 copy color: '#540769'

red 84 ◦ green 7 ◦ blue 105

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

Shades of Indigo #540769

Tints of Indigo #540769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.57%

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

R = 42.86%
G = 3.57%
B = 53.57%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#540769 (or 0x540769) is known color: Indigo. HEX triplet: 54, 07 and 69. RGB value is (84,7,105). Sum of RGB (Red+Green+Blue) = 84+7+105=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #540769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540769 is #ABF896. Grayscale: #282828. Windows color (decimal): -11270295 or 6883156. OLE color: 6883156.

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

Color convert

RGB 84 7 105 -
CMYK 0.20 0.93 0 0.59
HSL 287.14º 0.88% 0.22% -
HSV(B) 287.14º 0.93% 0.41% -
XYZ 6.28 3.06 13.62 -
YUV 41.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 84 7 105 0.20 0.93 0 0.59 287.14 0.88 0.22
Hex 54 7 69 14 5D 0 3B 11F 58 16
Octal 124 7 151 24 135 0 73 437 130 26
Binary 1010100 111 1101001 10100 1011101 0 111011 100011111 1011000 10110

Color Harmonies of #540769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540769

Black with #540769

Text Example


Text Example

White with #540769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540769; }

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

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

background-color css

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

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

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

border-color css

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

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

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