Html Css Color HEX #541276 Indigo

📋 copy color: '#541276'

red 84 ◦ green 18 ◦ blue 118

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

Shades of Indigo #541276

Tints of Indigo #541276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 38.18%
G = 8.18%
B = 53.64%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#541276 (or 0x541276) is known color: Indigo. HEX triplet: 54, 12 and 76. RGB value is (84,18,118). Sum of RGB (Red+Green+Blue) = 84+18+118=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #541276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541276 is #ABED89. Grayscale: #303030. Windows color (decimal): -11267466 or 7737940. OLE color: 7737940.

HSL color Cylindrical-coordinate representation of color #541276: hue angle of 279.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541276 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 18 118 -
CMYK 0.29 0.85 0 0.54
HSL 279.6º 0.74% 0.27% -
HSV(B) 279.6º 0.85% 0.46% -
XYZ 7.14 3.63 17.46 -
YUV 49.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 84 18 118 0.29 0.85 0 0.54 279.6 0.74 0.27
Hex 54 12 76 1D 55 0 36 118 4A 1B
Octal 124 22 166 35 125 0 66 430 112 33
Binary 1010100 10010 1110110 11101 1010101 0 110110 100011000 1001010 11011

Color Harmonies of #541276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541276

Black with #541276

Text Example


Text Example

White with #541276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541276; }

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

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

background-color css

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

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

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

border-color css

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

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

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