Html Css Color HEX #541970 Blue Diamond

📋 copy color: '#541970'

red 84 ◦ green 25 ◦ blue 112

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

Shades of Blue Diamond #541970

Tints of Blue Diamond #541970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 38.01%
G = 11.31%
B = 50.68%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#541970 (or 0x541970) is known color: Blue Diamond. HEX triplet: 54, 19 and 70. RGB value is (84,25,112). Sum of RGB (Red+Green+Blue) = 84+25+112=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #541970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541970 is #ABE68F. Grayscale: #343434. Windows color (decimal): -11265680 or 7346516. OLE color: 7346516.

HSL color Cylindrical-coordinate representation of color #541970: hue angle of 280.69º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #541970 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 25 112 -
CMYK 0.25 0.78 0 0.56
HSL 280.69º 0.64% 0.27% -
HSV(B) 280.69º 0.78% 0.44% -
XYZ 6.93 3.75 15.69 -
YUV 52.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 84 25 112 0.25 0.78 0 0.56 280.69 0.64 0.27
Hex 54 19 70 19 4E 0 38 119 40 1B
Octal 124 31 160 31 116 0 70 431 100 33
Binary 1010100 11001 1110000 11001 1001110 0 111000 100011001 1000000 11011

Color Harmonies of #541970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541970

Black with #541970

Text Example


Text Example

White with #541970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541970; }

 p { color: rgb(84,25,112); }

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

background-color css

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

 a { background-color: rgb(84,25,112); }

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

border-color css

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

 span { border-color: rgb(84,25,112); }

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