Html Css Color HEX #503078 Blue Diamond

📋 copy color: '#503078'

red 80 ◦ green 48 ◦ blue 120

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

Shades of Blue Diamond #503078

Tints of Blue Diamond #503078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.39%

R = 32.26%
G = 19.35%
B = 48.39%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#503078 (or 0x503078) is known color: Blue Diamond. HEX triplet: 50, 30 and 78. RGB value is (80,48,120). Sum of RGB (Red+Green+Blue) = 80+48+120=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #503078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503078 is #AFCF87. Grayscale: #414141. Windows color (decimal): -11521928 or 7876688. OLE color: 7876688.

HSL color Cylindrical-coordinate representation of color #503078: hue angle of 266.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503078 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 48 120 -
CMYK 0.33 0.60 0 0.53
HSL 266.67º 0.43% 0.33% -
HSV(B) 266.67º 0.6% 0.47% -
XYZ 7.76 5.18 18.36 -
YUV 65.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 80 48 120 0.33 0.60 0 0.53 266.67 0.43 0.33
Hex 50 30 78 21 3C 0 35 10B 2B 21
Octal 120 60 170 41 74 0 65 413 53 41
Binary 1010000 110000 1111000 100001 111100 0 110101 100001011 101011 100001

Color Harmonies of #503078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503078

Black with #503078

Text Example


Text Example

White with #503078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503078; }

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

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

background-color css

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

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

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

border-color css

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

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

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