Html Css Color HEX #540695 Indigo

📋 copy color: '#540695'

red 84 ◦ green 6 ◦ blue 149

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

Shades of Indigo #540695

Tints of Indigo #540695

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

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

R = 35.15%
G = 2.51%
B = 62.34%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#540695 (or 0x540695) is known color: Indigo. HEX triplet: 54, 06 and 95. RGB value is (84,6,149). Sum of RGB (Red+Green+Blue) = 84+6+149=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #540695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540695 is #ABF96A. Grayscale: #2D2D2D. Windows color (decimal): -11270507 or 9766484. OLE color: 9766484.

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

Color convert

RGB 84 6 149 -
CMYK 0.44 0.96 0 0.42
HSL 272.73º 0.92% 0.3% -
HSV(B) 272.73º 0.96% 0.58% -
XYZ 9.15 4.18 28.76 -
YUV 45.62 186.34 155.37 -
System Red Green Blue C M Y K H S L
Decimal 84 6 149 0.44 0.96 0 0.42 272.73 0.92 0.3
Hex 54 6 95 2C 60 0 2A 111 5C 1E
Octal 124 6 225 54 140 0 52 421 134 36
Binary 1010100 110 10010101 101100 1100000 0 101010 100010001 1011100 11110

Color Harmonies of #540695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540695

Black with #540695

Text Example


Text Example

White with #540695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540695; }

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

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

background-color css

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

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

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

border-color css

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

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

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