Html Css Color HEX #540995 Indigo

📋 copy color: '#540995'

red 84 ◦ green 9 ◦ blue 149

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

Shades of Indigo #540995

Tints of Indigo #540995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

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

R = 34.71%
G = 3.72%
B = 61.57%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#540995 (or 0x540995) is known color: Indigo. HEX triplet: 54, 09 and 95. RGB value is (84,9,149). Sum of RGB (Red+Green+Blue) = 84+9+149=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #540995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540995 is #ABF66A. Grayscale: #2E2E2E. Windows color (decimal): -11269739 or 9767252. OLE color: 9767252.

HSL color Cylindrical-coordinate representation of color #540995: hue angle of 272.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540995 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 9 149 -
CMYK 0.44 0.94 0 0.42
HSL 272.14º 0.89% 0.31% -
HSV(B) 272.14º 0.94% 0.58% -
XYZ 9.18 4.25 28.77 -
YUV 47.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 84 9 149 0.44 0.94 0 0.42 272.14 0.89 0.31
Hex 54 9 95 2C 5E 0 2A 110 59 1F
Octal 124 11 225 54 136 0 52 420 131 37
Binary 1010100 1001 10010101 101100 1011110 0 101010 100010000 1011001 11111

Color Harmonies of #540995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540995

Black with #540995

Text Example


Text Example

White with #540995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540995; }

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

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

background-color css

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

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

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

border-color css

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

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

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