Html Css Color HEX #540A99 Indigo

📋 copy color: '#540A99'

red 84 ◦ green 10 ◦ blue 153

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

Shades of Indigo #540A99

Tints of Indigo #540A99

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 34.01%
G = 4.05%
B = 61.94%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#540A99 (or 0x540A99) is known color: Indigo. HEX triplet: 54, 0A and 99. RGB value is (84,10,153). Sum of RGB (Red+Green+Blue) = 84+10+153=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #540A99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A99 is #ABF566. Grayscale: #2F2F2F. Windows color (decimal): -11269479 or 10029652. OLE color: 10029652.

HSL color Cylindrical-coordinate representation of color #540A99: hue angle of 271.05º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540A99 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 10 153 -
CMYK 0.45 0.93 0 0.4
HSL 271.05º 0.88% 0.32% -
HSV(B) 271.05º 0.93% 0.6% -
XYZ 9.51 4.4 30.49 -
YUV 48.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 84 10 153 0.45 0.93 0 0.4 271.05 0.88 0.32
Hex 54 A 99 2D 5D 0 28 10F 58 20
Octal 124 12 231 55 135 0 50 417 130 40
Binary 1010100 1010 10011001 101101 1011101 0 101000 100001111 1011000 100000

Color Harmonies of #540A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540A99

Black with #540A99

Text Example


Text Example

White with #540A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540A99; }

 p { color: rgb(84,10,153); }

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

background-color css

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

 a { background-color: rgb(84,10,153); }

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

border-color css

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

 span { border-color: rgb(84,10,153); }

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