Html Css Color HEX #541680 Indigo

📋 copy color: '#541680'

red 84 ◦ green 22 ◦ blue 128

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

Shades of Indigo #541680

Tints of Indigo #541680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 35.9%
G = 9.4%
B = 54.7%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#541680 (or 0x541680) is known color: Indigo. HEX triplet: 54, 16 and 80. RGB value is (84,22,128). Sum of RGB (Red+Green+Blue) = 84+22+128=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #541680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541680 is #ABE97F. Grayscale: #343434. Windows color (decimal): -11266432 or 8394324. OLE color: 8394324.

HSL color Cylindrical-coordinate representation of color #541680: hue angle of 275.09º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541680 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 22 128 -
CMYK 0.34 0.83 0 0.50
HSL 275.09º 0.71% 0.29% -
HSV(B) 275.09º 0.83% 0.5% -
XYZ 7.84 4.02 20.78 -
YUV 52.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 84 22 128 0.34 0.83 0 0.50 275.09 0.71 0.29
Hex 54 16 80 22 53 0 32 113 47 1D
Octal 124 26 200 42 123 0 62 423 107 35
Binary 1010100 10110 10000000 100010 1010011 0 110010 100010011 1000111 11101

Color Harmonies of #541680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541680

Black with #541680

Text Example


Text Example

White with #541680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541680; }

 p { color: rgb(84,22,128); }

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

background-color css

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

 a { background-color: rgb(84,22,128); }

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

border-color css

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

 span { border-color: rgb(84,22,128); }

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