#501D95

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

Shades of Kingfisher Daisy #501D95

Tints of Kingfisher Daisy #501D95

Color information

#501D95 (or 0x501D95) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 1D and 95. RGB value is (80,29,149). Sum of RGB (Red+Green+Blue) = 80+29+149=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #501D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501D95 is #AFE26A. Grayscale: #393939. Windows color (decimal): -11526763 or 9772368. OLE color: 9772368.

HSL color Cylindrical-coordinate representation of color #501D95: hue angle of 265.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501D95 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8029149-
CMYK0.460.8100.42
HSL265.5º67.42%34.9%-
HSV(B)265.5º80.54%58.43%-
XYZ9.174.7528.87-
YUV57.93179.4143.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 29 (11.72% from 255) = 11.24%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=31.01%
G=11.24%
B=57.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80291490.460.8100.42265.567.4234.9
Hex501D952E5102A10a4323
Octal120352255612105241210343
Binary10100001110110010101101110101000101010101000010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501D95; }

 p { color: rgb(80,29,149); }

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

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

 a { background-color: rgb(80,29,149); }

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

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

 span { border-color: rgb(80,29,149); }

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