Html Css Color HEX #541284 Indigo

📋 copy color: '#541284'

red 84 ◦ green 18 ◦ blue 132

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

Shades of Indigo #541284

Tints of Indigo #541284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.41%

R = 35.9%
G = 7.69%
B = 56.41%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#541284 (or 0x541284) is known color: Indigo. HEX triplet: 54, 12 and 84. RGB value is (84,18,132). Sum of RGB (Red+Green+Blue) = 84+18+132=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #541284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541284 is #ABED7B. Grayscale: #323232. Windows color (decimal): -11267452 or 8655444. OLE color: 8655444.

HSL color Cylindrical-coordinate representation of color #541284: hue angle of 274.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541284 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 18 132 -
CMYK 0.36 0.86 0 0.48
HSL 274.74º 0.76% 0.29% -
HSV(B) 274.74º 0.86% 0.52% -
XYZ 8.04 3.98 22.18 -
YUV 50.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 84 18 132 0.36 0.86 0 0.48 274.74 0.76 0.29
Hex 54 12 84 24 56 0 30 113 4C 1D
Octal 124 22 204 44 126 0 60 423 114 35
Binary 1010100 10010 10000100 100100 1010110 0 110000 100010011 1001100 11101

Color Harmonies of #541284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541284

Black with #541284

Text Example


Text Example

White with #541284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541284; }

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

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

background-color css

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

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

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

border-color css

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

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

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