#501B97

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

Shades of Kingfisher Daisy #501B97

Tints of Kingfisher Daisy #501B97

Color information

#501B97 (or 0x501B97) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 1B and 97. RGB value is (80,27,151). Sum of RGB (Red+Green+Blue) = 80+27+151=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #501B97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501B97 is #AFE468. Grayscale: #383838. Windows color (decimal): -11527273 or 9902928. OLE color: 9902928.

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

Color convert

RGB8027151-
CMYK0.470.8200.41
HSL265.65º69.66%34.9%-
HSV(B)265.65º82.12%59.22%-
XYZ9.294.7229.7-
YUV56.98181.06144.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 151 (59.38% from 255) = 58.53%
R=31.01%
G=10.47%
B=58.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80271510.470.8200.41265.6569.6634.9
Hex501B972F5202910a4623
Octal120332275712205141210643
Binary10100001101110010111101111101001001010011000010101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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