#501B99

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

Shades of Kingfisher Daisy #501B99

Tints of Kingfisher Daisy #501B99

Color information

#501B99 (or 0x501B99) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 1B and 99. RGB value is (80,27,153). Sum of RGB (Red+Green+Blue) = 80+27+153=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #501B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501B99 is #AFE466. Grayscale: #383838. Windows color (decimal): -11527271 or 10034000. OLE color: 10034000.

HSL color Cylindrical-coordinate representation of color #501B99: hue angle of 265.24º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501B99 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8027153-
CMYK0.480.8200.4
HSL265.24º70%35.29%-
HSV(B)265.24º82.35%60%-
XYZ9.454.7930.56-
YUV57.21182.06144.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 27 (10.94% from 255) = 10.38%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=30.77%
G=10.38%
B=58.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80271530.480.8200.4265.247035.29
Hex501B9930520281094623
Octal120332316012205041110643
Binary10100001101110011001110000101001001010001000010011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,27,153); }

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

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

 a { background-color: rgb(80,27,153); }

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

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

 span { border-color: rgb(80,27,153); }

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