#502A7D

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

Shades of Blue Diamond #502A7D

Tints of Blue Diamond #502A7D

Color information

#502A7D (or 0x502A7D) is unknown color: approx Blue Diamond. HEX triplet: 50, 2A and 7D. RGB value is (80,42,125). Sum of RGB (Red+Green+Blue) = 80+42+125=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #502A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A7D is #AFD582. Grayscale: #3E3E3E. Windows color (decimal): -11523459 or 8202832. OLE color: 8202832.

HSL color Cylindrical-coordinate representation of color #502A7D: hue angle of 267.47º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502A7D is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8042125-
CMYK0.360.6600.51
HSL267.47º49.7%32.75%-
HSV(B)267.47º66.4%49.02%-
XYZ7.844.8419.92-
YUV62.82163.09140.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=32.39%
G=17.00%
B=50.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80421250.360.6600.51267.4749.732.75
Hex502A7D244203310b3221
Octal12052175441020634136241
Binary1010000101010111110110010010000100110011100001011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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