Html Css Color HEX #540468 Indigo

📋 copy color: '#540468'

red 84 ◦ green 4 ◦ blue 104

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

Shades of Indigo #540468

Tints of Indigo #540468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 43.75%
G = 2.08%
B = 54.17%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#540468 (or 0x540468) is known color: Indigo. HEX triplet: 54, 04 and 68. RGB value is (84,4,104). Sum of RGB (Red+Green+Blue) = 84+4+104=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #540468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540468 is #ABFB97. Grayscale: #272727. Windows color (decimal): -11271064 or 6816852. OLE color: 6816852.

HSL color Cylindrical-coordinate representation of color #540468: hue angle of 288º 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 #540468 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 4 104 -
CMYK 0.19 0.96 0 0.59
HSL 288º 0.93% 0.21% -
HSV(B) 288º 0.96% 0.41% -
XYZ 6.2 2.97 13.34 -
YUV 39.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 84 4 104 0.19 0.96 0 0.59 288 0.93 0.21
Hex 54 4 68 13 60 0 3B 120 5D 15
Octal 124 4 150 23 140 0 73 440 135 25
Binary 1010100 100 1101000 10011 1100000 0 111011 100100000 1011101 10101

Color Harmonies of #540468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540468

Black with #540468

Text Example


Text Example

White with #540468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540468; }

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

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

background-color css

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

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

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

border-color css

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

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

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