Html Css Color HEX #501E83 Blue Diamond

📋 copy color: '#501E83'

red 80 ◦ green 30 ◦ blue 131

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

Shades of Blue Diamond #501E83

Tints of Blue Diamond #501E83

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.45%

 BLUE value IS 131 (51.56% from 255) = 54.36%

R = 33.2%
G = 12.45%
B = 54.36%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#501E83 (or 0x501E83) is known color: Blue Diamond. HEX triplet: 50, 1E and 83. RGB value is (80,30,131). Sum of RGB (Red+Green+Blue) = 80+30+131=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #501E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501E83 is #AFE17C. Grayscale: #383838. Windows color (decimal): -11526525 or 8592976. OLE color: 8592976.

HSL color Cylindrical-coordinate representation of color #501E83: hue angle of 269.7º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501E83 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 30 131 -
CMYK 0.39 0.77 0 0.49
HSL 269.7º 0.63% 0.32% -
HSV(B) 269.7º 0.77% 0.51% -
XYZ 7.87 4.27 21.88 -
YUV 56.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 80 30 131 0.39 0.77 0 0.49 269.7 0.63 0.32
Hex 50 1E 83 27 4D 0 31 10E 3F 20
Octal 120 36 203 47 115 0 61 416 77 40
Binary 1010000 11110 10000011 100111 1001101 0 110001 100001110 111111 100000

Color Harmonies of #501E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E83

Black with #501E83

Text Example


Text Example

White with #501E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501E83; }

 p { color: rgb(80,30,131); }

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

background-color css

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

 a { background-color: rgb(80,30,131); }

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

border-color css

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

 span { border-color: rgb(80,30,131); }

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