#502491

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

Shades of Kingfisher Daisy #502491

Tints of Kingfisher Daisy #502491

Color information

#502491 (or 0x502491) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 24 and 91. RGB value is (80,36,145). Sum of RGB (Red+Green+Blue) = 80+36+145=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #502491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502491 is #AFDB6E. Grayscale: #3D3D3D. Windows color (decimal): -11524975 or 9512016. OLE color: 9512016.

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

Color convert

RGB8036145-
CMYK0.450.7500.43
HSL264.22º60.22%35.49%-
HSV(B)264.22º75.17%56.86%-
XYZ9.055.0127.28-
YUV61.58175.08141.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=30.65%
G=13.79%
B=55.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80361450.450.7500.43264.2260.2235.49
Hex5024912D4B02B1083c23
Octal12044221551130534107443
Binary10100001001001001000110110110010110101011100001000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502491; }

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

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

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

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

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

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

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

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