#502F7B

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

Shades of Blue Diamond #502F7B

Tints of Blue Diamond #502F7B

Color information

#502F7B (or 0x502F7B) is unknown color: approx Blue Diamond. HEX triplet: 50, 2F and 7B. RGB value is (80,47,123). Sum of RGB (Red+Green+Blue) = 80+47+123=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #502F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F7B is #AFD084. Grayscale: #414141. Windows color (decimal): -11522181 or 8073040. OLE color: 8073040.

HSL color Cylindrical-coordinate representation of color #502F7B: hue angle of 266.05º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502F7B is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8047123-
CMYK0.350.6200.52
HSL266.05º44.71%33.33%-
HSV(B)266.05º61.79%48.24%-
XYZ7.95.1719.32-
YUV65.53160.43138.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=32%
G=18.8%
B=49.2%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80471230.350.6200.52266.0544.7133.33
Hex502F7B233E03410a2d21
Octal1205717343760644125541
Binary101000010111111110111000111111100110100100001010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,47,123); }

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

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

 a { background-color: rgb(80,47,123); }

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

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

 span { border-color: rgb(80,47,123); }

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