Html Css Color HEX #540199 Indigo

📋 copy color: '#540199'

red 84 ◦ green 1 ◦ blue 153

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

Shades of Indigo #540199

Tints of Indigo #540199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 35.29%
G = 0.42%
B = 64.29%

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

#540199 (or 0x540199) is known color: Indigo. HEX triplet: 54, 01 and 99. RGB value is (84,1,153). Sum of RGB (Red+Green+Blue) = 84+1+153=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #540199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540199 is #ABFE66. Grayscale: #2A2A2A. Windows color (decimal): -11271783 or 10027348. OLE color: 10027348.

HSL color Cylindrical-coordinate representation of color #540199: hue angle of 272.76º degrees, saturation: 0.99, 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 #540199 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 1 153 -
CMYK 0.45 0.99 0 0.4
HSL 272.76º 0.99% 0.3% -
HSV(B) 272.76º 0.99% 0.6% -
XYZ 9.42 4.21 30.45 -
YUV 43.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 84 1 153 0.45 0.99 0 0.4 272.76 0.99 0.3
Hex 54 1 99 2D 63 0 28 111 63 1E
Octal 124 1 231 55 143 0 50 421 143 36
Binary 1010100 1 10011001 101101 1100011 0 101000 100010001 1100011 11110

Color Harmonies of #540199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540199

Black with #540199

Text Example


Text Example

White with #540199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540199; }

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

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

background-color css

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

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

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

border-color css

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

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

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