Html Css Color HEX #501970 Blue Diamond

📋 copy color: '#501970'

red 80 ◦ green 25 ◦ blue 112

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

Shades of Blue Diamond #501970

Tints of Blue Diamond #501970

RGB

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

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

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

R = 36.87%
G = 11.52%
B = 51.61%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#501970 (or 0x501970) is known color: Blue Diamond. HEX triplet: 50, 19 and 70. RGB value is (80,25,112). Sum of RGB (Red+Green+Blue) = 80+25+112=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #501970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501970 is #AFE68F. Grayscale: #333333. Windows color (decimal): -11527824 or 7346512. OLE color: 7346512.

HSL color Cylindrical-coordinate representation of color #501970: hue angle of 277.93º 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 #501970 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 25 112 -
CMYK 0.29 0.78 0 0.56
HSL 277.93º 0.64% 0.27% -
HSV(B) 277.93º 0.78% 0.44% -
XYZ 6.58 3.57 15.67 -
YUV 51.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 80 25 112 0.29 0.78 0 0.56 277.93 0.64 0.27
Hex 50 19 70 1D 4E 0 38 116 40 1B
Octal 120 31 160 35 116 0 70 426 100 33
Binary 1010000 11001 1110000 11101 1001110 0 111000 100010110 1000000 11011

Color Harmonies of #501970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501970

Black with #501970

Text Example


Text Example

White with #501970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501970; }

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

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

background-color css

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

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

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

border-color css

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

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

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