Html Css Color HEX #540F91 Indigo

📋 copy color: '#540F91'

red 84 ◦ green 15 ◦ blue 145

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

Shades of Indigo #540F91

Tints of Indigo #540F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.15%

 BLUE value IS 145 (57.03% from 255) = 59.43%

R = 34.43%
G = 6.15%
B = 59.43%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#540F91 (or 0x540F91) is known color: Indigo. HEX triplet: 54, 0F and 91. RGB value is (84,15,145). Sum of RGB (Red+Green+Blue) = 84+15+145=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #540F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F91 is #ABF06E. Grayscale: #323232. Windows color (decimal): -11268207 or 9506644. OLE color: 9506644.

HSL color Cylindrical-coordinate representation of color #540F91: hue angle of 271.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540F91 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 15 145 -
CMYK 0.42 0.90 0 0.43
HSL 271.85º 0.81% 0.31% -
HSV(B) 271.85º 0.9% 0.57% -
XYZ 8.94 4.27 27.14 -
YUV 50.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 84 15 145 0.42 0.90 0 0.43 271.85 0.81 0.31
Hex 54 F 91 2A 5A 0 2B 110 51 1F
Octal 124 17 221 52 132 0 53 420 121 37
Binary 1010100 1111 10010001 101010 1011010 0 101011 100010000 1010001 11111

Color Harmonies of #540F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F91

Black with #540F91

Text Example


Text Example

White with #540F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,15,145); }

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

background-color css

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

 a { background-color: rgb(84,15,145); }

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

border-color css

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

 span { border-color: rgb(84,15,145); }

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