Html Css Color HEX #541C74 Blue Diamond

📋 copy color: '#541C74'

red 84 ◦ green 28 ◦ blue 116

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

Shades of Blue Diamond #541C74

Tints of Blue Diamond #541C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 36.84%
G = 12.28%
B = 50.88%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#541C74 (or 0x541C74) is known color: Blue Diamond. HEX triplet: 54, 1C and 74. RGB value is (84,28,116). Sum of RGB (Red+Green+Blue) = 84+28+116=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #541C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541C74 is #ABE38B. Grayscale: #363636. Windows color (decimal): -11264908 or 7609428. OLE color: 7609428.

HSL color Cylindrical-coordinate representation of color #541C74: hue angle of 278.18º degrees, saturation: 0.61, 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 #541C74 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 28 116 -
CMYK 0.28 0.76 0 0.55
HSL 278.18º 0.61% 0.28% -
HSV(B) 278.18º 0.76% 0.45% -
XYZ 7.22 3.98 16.91 -
YUV 54.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 84 28 116 0.28 0.76 0 0.55 278.18 0.61 0.28
Hex 54 1C 74 1C 4C 0 37 116 3D 1C
Octal 124 34 164 34 114 0 67 426 75 34
Binary 1010100 11100 1110100 11100 1001100 0 110111 100010110 111101 11100

Color Harmonies of #541C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C74

Black with #541C74

Text Example


Text Example

White with #541C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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