Html Css Color HEX #541B72 Blue Diamond

📋 copy color: '#541B72'

red 84 ◦ green 27 ◦ blue 114

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

Shades of Blue Diamond #541B72

Tints of Blue Diamond #541B72

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 37.33%
G = 12%
B = 50.67%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#541B72 (or 0x541B72) is known color: Blue Diamond. HEX triplet: 54, 1B and 72. RGB value is (84,27,114). Sum of RGB (Red+Green+Blue) = 84+27+114=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #541B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541B72 is #ABE48D. Grayscale: #353535. Windows color (decimal): -11265166 or 7478100. OLE color: 7478100.

HSL color Cylindrical-coordinate representation of color #541B72: hue angle of 279.31º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541B72 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 27 114 -
CMYK 0.26 0.76 0 0.55
HSL 279.31º 0.62% 0.28% -
HSV(B) 279.31º 0.76% 0.45% -
XYZ 7.09 3.88 16.3 -
YUV 53.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 84 27 114 0.26 0.76 0 0.55 279.31 0.62 0.28
Hex 54 1B 72 1A 4C 0 37 117 3E 1C
Octal 124 33 162 32 114 0 67 427 76 34
Binary 1010100 11011 1110010 11010 1001100 0 110111 100010111 111110 11100

Color Harmonies of #541B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B72

Black with #541B72

Text Example


Text Example

White with #541B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,27,114); }

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

background-color css

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

 a { background-color: rgb(84,27,114); }

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

border-color css

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

 span { border-color: rgb(84,27,114); }

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