Html Css Color HEX #503074 Blue Diamond

📋 copy color: '#503074'

red 80 ◦ green 48 ◦ blue 116

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

Shades of Blue Diamond #503074

Tints of Blue Diamond #503074

RGB

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

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

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

R = 32.79%
G = 19.67%
B = 47.54%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#503074 (or 0x503074) is known color: Blue Diamond. HEX triplet: 50, 30 and 74. RGB value is (80,48,116). Sum of RGB (Red+Green+Blue) = 80+48+116=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #503074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503074 is #AFCF8B. Grayscale: #414141. Windows color (decimal): -11521932 or 7614544. OLE color: 7614544.

HSL color Cylindrical-coordinate representation of color #503074: hue angle of 268.24º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503074 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 48 116 -
CMYK 0.31 0.59 0 0.55
HSL 268.24º 0.41% 0.32% -
HSV(B) 268.24º 0.59% 0.45% -
XYZ 7.52 5.08 17.11 -
YUV 65.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 80 48 116 0.31 0.59 0 0.55 268.24 0.41 0.32
Hex 50 30 74 1F 3B 0 37 10C 29 20
Octal 120 60 164 37 73 0 67 414 51 40
Binary 1010000 110000 1110100 11111 111011 0 110111 100001100 101001 100000

Color Harmonies of #503074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503074

Black with #503074

Text Example


Text Example

White with #503074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503074; }

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

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

background-color css

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

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

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

border-color css

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

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

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