Html Css Color HEX #540192 Indigo

📋 copy color: '#540192'

red 84 ◦ green 1 ◦ blue 146

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

Shades of Indigo #540192

Tints of Indigo #540192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 36.36%
G = 0.43%
B = 63.2%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#540192 (or 0x540192) is known color: Indigo. HEX triplet: 54, 01 and 92. RGB value is (84,1,146). Sum of RGB (Red+Green+Blue) = 84+1+146=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #540192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540192 is #ABFE6D. Grayscale: #292929. Windows color (decimal): -11271790 or 9568596. OLE color: 9568596.

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

Color convert

RGB 84 1 146 -
CMYK 0.42 0.99 0 0.43
HSL 274.34º 0.99% 0.29% -
HSV(B) 274.34º 0.99% 0.57% -
XYZ 8.86 3.98 27.5 -
YUV 42.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 84 1 146 0.42 0.99 0 0.43 274.34 0.99 0.29
Hex 54 1 92 2A 63 0 2B 112 63 1D
Octal 124 1 222 52 143 0 53 422 143 35
Binary 1010100 1 10010010 101010 1100011 0 101011 100010010 1100011 11101

Color Harmonies of #540192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540192

Black with #540192

Text Example


Text Example

White with #540192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540192; }

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

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

background-color css

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

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

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

border-color css

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

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

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