Html Css Color HEX #541392 Indigo

📋 copy color: '#541392'

red 84 ◦ green 19 ◦ blue 146

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

Shades of Indigo #541392

Tints of Indigo #541392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

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

R = 33.73%
G = 7.63%
B = 58.63%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#541392 (or 0x541392) is known color: Indigo. HEX triplet: 54, 13 and 92. RGB value is (84,19,146). Sum of RGB (Red+Green+Blue) = 84+19+146=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #541392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541392 is #ABEC6D. Grayscale: #343434. Windows color (decimal): -11267182 or 9573204. OLE color: 9573204.

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

Color convert

RGB 84 19 146 -
CMYK 0.42 0.87 0 0.43
HSL 270.71º 0.77% 0.32% -
HSV(B) 270.71º 0.87% 0.57% -
XYZ 9.08 4.43 27.57 -
YUV 52.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 84 19 146 0.42 0.87 0 0.43 270.71 0.77 0.32
Hex 54 13 92 2A 57 0 2B 10F 4D 20
Octal 124 23 222 52 127 0 53 417 115 40
Binary 1010100 10011 10010010 101010 1010111 0 101011 100001111 1001101 100000

Color Harmonies of #541392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541392

Black with #541392

Text Example


Text Example

White with #541392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541392; }

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

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

background-color css

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

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

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

border-color css

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

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

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