#502A73

Color #502A73 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #502A73

Tints of Blue Diamond #502A73

Color information

#502A73 (or 0x502A73) is unknown color: approx Blue Diamond. HEX triplet: 50, 2A and 73. RGB value is (80,42,115). Sum of RGB (Red+Green+Blue) = 80+42+115=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #502A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A73 is #AFD58C. Grayscale: #3D3D3D. Windows color (decimal): -11523469 or 7547472. OLE color: 7547472.

HSL color Cylindrical-coordinate representation of color #502A73: hue angle of 271.23º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502A73 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8042115-
CMYK0.300.6300.55
HSL271.23º46.5%30.78%-
HSV(B)271.23º63.48%45.1%-
XYZ7.234.616.73-
YUV61.68158.09141.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=33.76%
G=17.72%
B=48.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80421150.300.6300.55271.2346.530.78
Hex502A731E3F03710f2e1f
Octal1205216336770674175637
Binary1010000101010111001111110111111011011110000111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A73; }

 p { color: rgb(80,42,115); }

 H1.HeaderClassName
 {
   color: #502A73;
 }
 .AnyTagClassName
 {
   color: #502A73;
 }
</style>
background-color css

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

 a { background-color: rgb(80,42,115); }

 div.DivClassName
 {
   background-color: #502A73;
 }
 .BgClassName
 {
   background-color: #502A73;
 }
</style>
border-color css

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

 span { border-color: rgb(80,42,115); }

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