Html Css Color HEX #503071 Blue Diamond

📋 copy color: '#503071'

red 80 ◦ green 48 ◦ blue 113

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

Shades of Blue Diamond #503071

Tints of Blue Diamond #503071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 113 (44.53% from 255) = 46.89%

R = 33.2%
G = 19.92%
B = 46.89%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#503071 (or 0x503071) is known color: Blue Diamond. HEX triplet: 50, 30 and 71. RGB value is (80,48,113). Sum of RGB (Red+Green+Blue) = 80+48+113=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #503071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503071 is #AFCF8E. Grayscale: #404040. Windows color (decimal): -11521935 or 7417936. OLE color: 7417936.

HSL color Cylindrical-coordinate representation of color #503071: hue angle of 269.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503071 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 48 113 -
CMYK 0.29 0.58 0 0.56
HSL 269.54º 0.4% 0.32% -
HSV(B) 269.54º 0.58% 0.44% -
XYZ 7.35 5.01 16.2 -
YUV 64.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 80 48 113 0.29 0.58 0 0.56 269.54 0.4 0.32
Hex 50 30 71 1D 3A 0 38 10E 28 20
Octal 120 60 161 35 72 0 70 416 50 40
Binary 1010000 110000 1110001 11101 111010 0 111000 100001110 101000 100000

Color Harmonies of #503071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503071

Black with #503071

Text Example


Text Example

White with #503071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503071; }

 p { color: rgb(80,48,113); }

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

background-color css

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

 a { background-color: rgb(80,48,113); }

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

border-color css

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

 span { border-color: rgb(80,48,113); }

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