Html Css Color HEX #501972 Blue Diamond

📋 copy color: '#501972'

red 80 ◦ green 25 ◦ blue 114

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

Shades of Blue Diamond #501972

Tints of Blue Diamond #501972

RGB

 RED value IS 80 (31.64% from 255) = 36.53%

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

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

R = 36.53%
G = 11.42%
B = 52.05%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501972 (or 0x501972) is known color: Blue Diamond. HEX triplet: 50, 19 and 72. RGB value is (80,25,114). Sum of RGB (Red+Green+Blue) = 80+25+114=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #501972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501972 is #AFE68D. Grayscale: #333333. Windows color (decimal): -11527822 or 7477584. OLE color: 7477584.

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

Color convert

RGB 80 25 114 -
CMYK 0.30 0.78 0 0.55
HSL 277.08º 0.64% 0.27% -
HSV(B) 277.08º 0.78% 0.45% -
XYZ 6.69 3.62 16.26 -
YUV 51.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 80 25 114 0.30 0.78 0 0.55 277.08 0.64 0.27
Hex 50 19 72 1E 4E 0 37 115 40 1B
Octal 120 31 162 36 116 0 67 425 100 33
Binary 1010000 11001 1110010 11110 1001110 0 110111 100010101 1000000 11011

Color Harmonies of #501972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501972

Black with #501972

Text Example


Text Example

White with #501972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501972; }

 p { color: rgb(80,25,114); }

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

background-color css

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

 a { background-color: rgb(80,25,114); }

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

border-color css

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

 span { border-color: rgb(80,25,114); }

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