#51278E

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

Shades of Kingfisher Daisy #51278E

Tints of Kingfisher Daisy #51278E

Color information

#51278E (or 0x51278E) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 27 and 8E. RGB value is (81,39,142). Sum of RGB (Red+Green+Blue) = 81+39+142=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #51278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51278E is #AED871. Grayscale: #3E3E3E. Windows color (decimal): -11458674 or 9316177. OLE color: 9316177.

HSL color Cylindrical-coordinate representation of color #51278E: hue angle of 264.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51278E is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8139142-
CMYK0.430.7300.44
HSL264.47º56.91%35.49%-
HSV(B)264.47º72.54%55.69%-
XYZ95.1526.11-
YUV63.3172.41140.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 142 (55.86% from 255) = 54.20%
R=30.92%
G=14.89%
B=54.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81391420.430.7300.44264.4756.9135.49
Hex51278E2B4902C1083923
Octal12147216531110544107143
Binary10100011001111000111010101110010010101100100001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51278E; }

 p { color: rgb(81,39,142); }

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

<style>
 a { background-color: #51278E; }

 a { background-color: rgb(81,39,142); }

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

<style>
 span { border-color: #51278E; }

 span { border-color: rgb(81,39,142); }

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