Html Css Color HEX #540295 Indigo

📋 copy color: '#540295'

red 84 ◦ green 2 ◦ blue 149

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

Shades of Indigo #540295

Tints of Indigo #540295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 35.74%
G = 0.85%
B = 63.4%

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

#540295 (or 0x540295) is known color: Indigo. HEX triplet: 54, 02 and 95. RGB value is (84,2,149). Sum of RGB (Red+Green+Blue) = 84+2+149=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #540295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540295 is #ABFD6A. Grayscale: #2A2A2A. Windows color (decimal): -11271531 or 9765460. OLE color: 9765460.

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

Color convert

RGB 84 2 149 -
CMYK 0.44 0.99 0 0.42
HSL 273.47º 0.97% 0.3% -
HSV(B) 273.47º 0.99% 0.58% -
XYZ 9.1 4.1 28.75 -
YUV 43.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 84 2 149 0.44 0.99 0 0.42 273.47 0.97 0.3
Hex 54 2 95 2C 63 0 2A 111 61 1E
Octal 124 2 225 54 143 0 52 421 141 36
Binary 1010100 10 10010101 101100 1100011 0 101010 100010001 1100001 11110

Color Harmonies of #540295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540295

Black with #540295

Text Example


Text Example

White with #540295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540295; }

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

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

background-color css

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

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

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

border-color css

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

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

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