Html Css Color HEX #541E6D Blue Diamond

📋 copy color: '#541E6D'

red 84 ◦ green 30 ◦ blue 109

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

Shades of Blue Diamond #541E6D

Tints of Blue Diamond #541E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.45%

 BLUE value IS 109 (42.97% from 255) = 48.88%

R = 37.67%
G = 13.45%
B = 48.88%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#541E6D (or 0x541E6D) is known color: Blue Diamond. HEX triplet: 54, 1E and 6D. RGB value is (84,30,109). Sum of RGB (Red+Green+Blue) = 84+30+109=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #541E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541E6D is #ABE192. Grayscale: #363636. Windows color (decimal): -11264403 or 7151188. OLE color: 7151188.

HSL color Cylindrical-coordinate representation of color #541E6D: hue angle of 281.01º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #541E6D is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 30 109 -
CMYK 0.23 0.72 0 0.57
HSL 281.01º 0.57% 0.27% -
HSV(B) 281.01º 0.72% 0.43% -
XYZ 6.88 3.92 14.86 -
YUV 55.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 84 30 109 0.23 0.72 0 0.57 281.01 0.57 0.27
Hex 54 1E 6D 17 48 0 39 119 39 1B
Octal 124 36 155 27 110 0 71 431 71 33
Binary 1010100 11110 1101101 10111 1001000 0 111001 100011001 111001 11011

Color Harmonies of #541E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E6D

Black with #541E6D

Text Example


Text Example

White with #541E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541E6D; }

 p { color: rgb(84,30,109); }

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

background-color css

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

 a { background-color: rgb(84,30,109); }

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

border-color css

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

 span { border-color: rgb(84,30,109); }

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