Html Css Color HEX #540195 Indigo

📋 copy color: '#540195'

red 84 ◦ green 1 ◦ blue 149

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

Shades of Indigo #540195

Tints of Indigo #540195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 35.9%
G = 0.43%
B = 63.68%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#540195 (or 0x540195) is known color: Indigo. HEX triplet: 54, 01 and 95. RGB value is (84,1,149). Sum of RGB (Red+Green+Blue) = 84+1+149=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #540195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540195 is #ABFE6A. Grayscale: #2A2A2A. Windows color (decimal): -11271787 or 9765204. OLE color: 9765204.

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

Color convert

RGB 84 1 149 -
CMYK 0.44 0.99 0 0.42
HSL 273.65º 0.99% 0.29% -
HSV(B) 273.65º 0.99% 0.58% -
XYZ 9.09 4.08 28.74 -
YUV 42.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 84 1 149 0.44 0.99 0 0.42 273.65 0.99 0.29
Hex 54 1 95 2C 63 0 2A 112 63 1D
Octal 124 1 225 54 143 0 52 422 143 35
Binary 1010100 1 10010101 101100 1100011 0 101010 100010010 1100011 11101

Color Harmonies of #540195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540195

Black with #540195

Text Example


Text Example

White with #540195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540195; }

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

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

background-color css

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

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

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

border-color css

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

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

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