#51298D

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

Shades of Kingfisher Daisy #51298D

Tints of Kingfisher Daisy #51298D

Color information

#51298D (or 0x51298D) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 29 and 8D. RGB value is (81,41,141). Sum of RGB (Red+Green+Blue) = 81+41+141=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #51298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51298D is #AED672. Grayscale: #3F3F3F. Windows color (decimal): -11458163 or 9251153. OLE color: 9251153.

HSL color Cylindrical-coordinate representation of color #51298D: hue angle of 264º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #51298D is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8141141-
CMYK0.430.7100.45
HSL264º54.95%35.69%-
HSV(B)264º70.92%55.29%-
XYZ8.995.2625.74-
YUV64.36171.25139.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 41 (16.41% from 255) = 15.59%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=30.80%
G=15.59%
B=53.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81411410.430.7100.4526454.9535.69
Hex51298D2B4702D1083724
Octal12151215531070554106744
Binary10100011010011000110110101110001110101101100001000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51298D; }

 p { color: rgb(81,41,141); }

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

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

 a { background-color: rgb(81,41,141); }

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

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

 span { border-color: rgb(81,41,141); }

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