Html Css Color HEX #541C76 Blue Diamond

📋 copy color: '#541C76'

red 84 ◦ green 28 ◦ blue 118

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

Shades of Blue Diamond #541C76

Tints of Blue Diamond #541C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.17%

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 36.52%
G = 12.17%
B = 51.3%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#541C76 (or 0x541C76) is known color: Blue Diamond. HEX triplet: 54, 1C and 76. RGB value is (84,28,118). Sum of RGB (Red+Green+Blue) = 84+28+118=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #541C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541C76 is #ABE389. Grayscale: #363636. Windows color (decimal): -11264906 or 7740500. OLE color: 7740500.

HSL color Cylindrical-coordinate representation of color #541C76: hue angle of 277.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541C76 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 28 118 -
CMYK 0.29 0.76 0 0.54
HSL 277.33º 0.62% 0.29% -
HSV(B) 277.33º 0.76% 0.46% -
XYZ 7.34 4.02 17.53 -
YUV 55 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 84 28 118 0.29 0.76 0 0.54 277.33 0.62 0.29
Hex 54 1C 76 1D 4C 0 36 115 3E 1D
Octal 124 34 166 35 114 0 66 425 76 35
Binary 1010100 11100 1110110 11101 1001100 0 110110 100010101 111110 11101

Color Harmonies of #541C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C76

Black with #541C76

Text Example


Text Example

White with #541C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,28,118); }

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

background-color css

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

 a { background-color: rgb(84,28,118); }

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

border-color css

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

 span { border-color: rgb(84,28,118); }

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