#502791

Color #502791 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #502791

Tints of Kingfisher Daisy #502791

Color information

#502791 (or 0x502791) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 27 and 91. RGB value is (80,39,145). Sum of RGB (Red+Green+Blue) = 80+39+145=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #502791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502791 is #AFD86E. Grayscale: #3E3E3E. Windows color (decimal): -11524207 or 9512784. OLE color: 9512784.

HSL color Cylindrical-coordinate representation of color #502791: hue angle of 263.21º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502791 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8039145-
CMYK0.450.7300.43
HSL263.21º57.61%36.08%-
HSV(B)263.21º73.1%56.86%-
XYZ9.145.227.31-
YUV63.34174.08139.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=30.30%
G=14.77%
B=54.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80391450.450.7300.43263.2157.6136.08
Hex5027912D4902B1073a24
Octal12047221551110534077244
Binary10100001001111001000110110110010010101011100000111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502791; }

 p { color: rgb(80,39,145); }

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

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

 a { background-color: rgb(80,39,145); }

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

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

 span { border-color: rgb(80,39,145); }

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