#502380

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

Shades of Blue Diamond #502380

Tints of Blue Diamond #502380

Color information

#502380 (or 0x502380) is unknown color: approx Blue Diamond. HEX triplet: 50, 23 and 80. RGB value is (80,35,128). Sum of RGB (Red+Green+Blue) = 80+35+128=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #502380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502380 is #AFDC7F. Grayscale: #3A3A3A. Windows color (decimal): -11525248 or 8397648. OLE color: 8397648.

HSL color Cylindrical-coordinate representation of color #502380: hue angle of 269.03º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502380 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8035128-
CMYK0.380.7300.50
HSL269.03º57.06%31.96%-
HSV(B)269.03º72.66%50.2%-
XYZ7.814.4720.87-
YUV59.06166.91142.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=32.92%
G=14.40%
B=52.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80351280.380.7300.50269.0357.0631.96
Hex502380264903210d3920
Octal12043200461110624157140
Binary10100001000111000000010011010010010110010100001101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502380; }

 p { color: rgb(80,35,128); }

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

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

 a { background-color: rgb(80,35,128); }

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

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

 span { border-color: rgb(80,35,128); }

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