Html Css Color HEX #541292 Indigo

📋 copy color: '#541292'

red 84 ◦ green 18 ◦ blue 146

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

Shades of Indigo #541292

Tints of Indigo #541292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 33.87%
G = 7.26%
B = 58.87%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#541292 (or 0x541292) is known color: Indigo. HEX triplet: 54, 12 and 92. RGB value is (84,18,146). Sum of RGB (Red+Green+Blue) = 84+18+146=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #541292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541292 is #ABED6D. Grayscale: #333333. Windows color (decimal): -11267438 or 9572948. OLE color: 9572948.

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

Color convert

RGB 84 18 146 -
CMYK 0.42 0.88 0 0.43
HSL 270.94º 0.78% 0.32% -
HSV(B) 270.94º 0.88% 0.57% -
XYZ 9.06 4.39 27.56 -
YUV 52.33 180.87 150.59 -
System Red Green Blue C M Y K H S L
Decimal 84 18 146 0.42 0.88 0 0.43 270.94 0.78 0.32
Hex 54 12 92 2A 58 0 2B 10F 4E 20
Octal 124 22 222 52 130 0 53 417 116 40
Binary 1010100 10010 10010010 101010 1011000 0 101011 100001111 1001110 100000

Color Harmonies of #541292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541292

Black with #541292

Text Example


Text Example

White with #541292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541292; }

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

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

background-color css

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

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

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

border-color css

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

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

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