Html Css Color HEX #540272 Indigo

📋 copy color: '#540272'

red 84 ◦ green 2 ◦ blue 114

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

Shades of Indigo #540272

Tints of Indigo #540272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57%

R = 42%
G = 1%
B = 57%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540272 (or 0x540272) is known color: Indigo. HEX triplet: 54, 02 and 72. RGB value is (84,2,114). Sum of RGB (Red+Green+Blue) = 84+2+114=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #540272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540272 is #ABFD8D. Grayscale: #262626. Windows color (decimal): -11271566 or 7471700. OLE color: 7471700.

HSL color Cylindrical-coordinate representation of color #540272: hue angle of 283.93º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540272 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 2 114 -
CMYK 0.26 0.98 0 0.55
HSL 283.93º 0.97% 0.23% -
HSV(B) 283.93º 0.98% 0.45% -
XYZ 6.72 3.14 16.17 -
YUV 39.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 84 2 114 0.26 0.98 0 0.55 283.93 0.97 0.23
Hex 54 2 72 1A 62 0 37 11C 61 17
Octal 124 2 162 32 142 0 67 434 141 27
Binary 1010100 10 1110010 11010 1100010 0 110111 100011100 1100001 10111

Color Harmonies of #540272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540272

Black with #540272

Text Example


Text Example

White with #540272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540272; }

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

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

background-color css

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

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

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

border-color css

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

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

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