#501C8B

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

Shades of Kingfisher Daisy #501C8B

Tints of Kingfisher Daisy #501C8B

Color information

#501C8B (or 0x501C8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 1C and 8B. RGB value is (80,28,139). Sum of RGB (Red+Green+Blue) = 80+28+139=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #501C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501C8B is #AFE374. Grayscale: #373737. Windows color (decimal): -11527029 or 9116752. OLE color: 9116752.

HSL color Cylindrical-coordinate representation of color #501C8B: hue angle of 268.11º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501C8B is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8028139-
CMYK0.420.8000.45
HSL268.11º66.47%32.75%-
HSV(B)268.11º79.86%54.51%-
XYZ8.384.424.83-
YUV56.2174.73144.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 28 (11.33% from 255) = 11.34%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=32.39%
G=11.34%
B=56.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80281390.420.8000.45268.1166.4732.75
Hex501C8B2A5002D10c4221
Octal120342135212005541410241
Binary10100001110010001011101010101000001011011000011001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,28,139); }

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

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

 a { background-color: rgb(80,28,139); }

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

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

 span { border-color: rgb(80,28,139); }

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