Html Css Color HEX #540299 Indigo

📋 copy color: '#540299'

red 84 ◦ green 2 ◦ blue 153

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

Shades of Indigo #540299

Tints of Indigo #540299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 35.15%
G = 0.84%
B = 64.02%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#540299 (or 0x540299) is known color: Indigo. HEX triplet: 54, 02 and 99. RGB value is (84,2,153). Sum of RGB (Red+Green+Blue) = 84+2+153=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #540299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540299 is #ABFD66. Grayscale: #2B2B2B. Windows color (decimal): -11271527 or 10027604. OLE color: 10027604.

HSL color Cylindrical-coordinate representation of color #540299: hue angle of 272.58º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540299 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 2 153 -
CMYK 0.45 0.99 0 0.4
HSL 272.58º 0.97% 0.3% -
HSV(B) 272.58º 0.99% 0.6% -
XYZ 9.43 4.23 30.46 -
YUV 43.73 189.67 156.72 -
System Red Green Blue C M Y K H S L
Decimal 84 2 153 0.45 0.99 0 0.4 272.58 0.97 0.3
Hex 54 2 99 2D 63 0 28 111 61 1E
Octal 124 2 231 55 143 0 50 421 141 36
Binary 1010100 10 10011001 101101 1100011 0 101000 100010001 1100001 11110

Color Harmonies of #540299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540299

Black with #540299

Text Example


Text Example

White with #540299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540299; }

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

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

background-color css

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

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

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

border-color css

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

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

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