Html Css Color HEX #541A71 Blue Diamond

📋 copy color: '#541A71'

red 84 ◦ green 26 ◦ blue 113

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

Shades of Blue Diamond #541A71

Tints of Blue Diamond #541A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.66%

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 37.67%
G = 11.66%
B = 50.67%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#541A71 (or 0x541A71) is known color: Blue Diamond. HEX triplet: 54, 1A and 71. RGB value is (84,26,113). Sum of RGB (Red+Green+Blue) = 84+26+113=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #541A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541A71 is #ABE58E. Grayscale: #343434. Windows color (decimal): -11265423 or 7412308. OLE color: 7412308.

HSL color Cylindrical-coordinate representation of color #541A71: hue angle of 280º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541A71 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 26 113 -
CMYK 0.26 0.77 0 0.56
HSL 280º 0.63% 0.27% -
HSV(B) 280º 0.77% 0.44% -
XYZ 7.01 3.82 15.99 -
YUV 53.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 84 26 113 0.26 0.77 0 0.56 280 0.63 0.27
Hex 54 1A 71 1A 4D 0 38 118 3F 1B
Octal 124 32 161 32 115 0 70 430 77 33
Binary 1010100 11010 1110001 11010 1001101 0 111000 100011000 111111 11011

Color Harmonies of #541A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A71

Black with #541A71

Text Example


Text Example

White with #541A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,26,113); }

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

background-color css

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

 a { background-color: rgb(84,26,113); }

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

border-color css

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

 span { border-color: rgb(84,26,113); }

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