Html Css Color HEX #501A6E Blue Diamond

📋 copy color: '#501A6E'

red 80 ◦ green 26 ◦ blue 110

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

Shades of Blue Diamond #501A6E

Tints of Blue Diamond #501A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 110 (43.36% from 255) = 50.93%

R = 37.04%
G = 12.04%
B = 50.93%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#501A6E (or 0x501A6E) is known color: Blue Diamond. HEX triplet: 50, 1A and 6E. RGB value is (80,26,110). Sum of RGB (Red+Green+Blue) = 80+26+110=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #501A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A6E is #AFE591. Grayscale: #333333. Windows color (decimal): -11527570 or 7215696. OLE color: 7215696.

HSL color Cylindrical-coordinate representation of color #501A6E: hue angle of 278.57º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501A6E is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 26 110 -
CMYK 0.27 0.76 0 0.57
HSL 278.57º 0.62% 0.27% -
HSV(B) 278.57º 0.76% 0.43% -
XYZ 6.49 3.57 15.1 -
YUV 51.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 80 26 110 0.27 0.76 0 0.57 278.57 0.62 0.27
Hex 50 1A 6E 1B 4C 0 39 117 3E 1B
Octal 120 32 156 33 114 0 71 427 76 33
Binary 1010000 11010 1101110 11011 1001100 0 111001 100010111 111110 11011

Color Harmonies of #501A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A6E

Black with #501A6E

Text Example


Text Example

White with #501A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,26,110); }

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

background-color css

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

 a { background-color: rgb(80,26,110); }

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

border-color css

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

 span { border-color: rgb(80,26,110); }

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