Html Css Color HEX #540F95 Indigo

📋 copy color: '#540F95'

red 84 ◦ green 15 ◦ blue 149

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

Shades of Indigo #540F95

Tints of Indigo #540F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 33.87%
G = 6.05%
B = 60.08%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#540F95 (or 0x540F95) is known color: Indigo. HEX triplet: 54, 0F and 95. RGB value is (84,15,149). Sum of RGB (Red+Green+Blue) = 84+15+149=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #540F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F95 is #ABF06A. Grayscale: #323232. Windows color (decimal): -11268203 or 9768788. OLE color: 9768788.

HSL color Cylindrical-coordinate representation of color #540F95: hue angle of 270.9º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540F95 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 15 149 -
CMYK 0.44 0.90 0 0.42
HSL 270.9º 0.82% 0.32% -
HSV(B) 270.9º 0.9% 0.58% -
XYZ 9.25 4.4 28.79 -
YUV 50.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 84 15 149 0.44 0.90 0 0.42 270.9 0.82 0.32
Hex 54 F 95 2C 5A 0 2A 10F 52 20
Octal 124 17 225 54 132 0 52 417 122 40
Binary 1010100 1111 10010101 101100 1011010 0 101010 100001111 1010010 100000

Color Harmonies of #540F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F95

Black with #540F95

Text Example


Text Example

White with #540F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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