Html Css Color HEX #503075 Blue Diamond

📋 copy color: '#503075'

red 80 ◦ green 48 ◦ blue 117

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

Shades of Blue Diamond #503075

Tints of Blue Diamond #503075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 32.65%
G = 19.59%
B = 47.76%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503075 (or 0x503075) is known color: Blue Diamond. HEX triplet: 50, 30 and 75. RGB value is (80,48,117). Sum of RGB (Red+Green+Blue) = 80+48+117=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #503075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503075 is #AFCF8A. Grayscale: #414141. Windows color (decimal): -11521931 or 7680080. OLE color: 7680080.

HSL color Cylindrical-coordinate representation of color #503075: hue angle of 267.83º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503075 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 48 117 -
CMYK 0.32 0.59 0 0.54
HSL 267.83º 0.42% 0.32% -
HSV(B) 267.83º 0.59% 0.46% -
XYZ 7.58 5.1 17.42 -
YUV 65.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 80 48 117 0.32 0.59 0 0.54 267.83 0.42 0.32
Hex 50 30 75 20 3B 0 36 10C 2A 20
Octal 120 60 165 40 73 0 66 414 52 40
Binary 1010000 110000 1110101 100000 111011 0 110110 100001100 101010 100000

Color Harmonies of #503075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503075

Black with #503075

Text Example


Text Example

White with #503075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503075; }

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

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

background-color css

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

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

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

border-color css

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

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

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