#51277F

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

Shades of Kingfisher Daisy #51277F

Tints of Kingfisher Daisy #51277F

Color information

#51277F (or 0x51277F) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 27 and 7F. RGB value is (81,39,127). Sum of RGB (Red+Green+Blue) = 81+39+127=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #51277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51277F is #AED880. Grayscale: #3D3D3D. Windows color (decimal): -11458689 or 8333137. OLE color: 8333137.

HSL color Cylindrical-coordinate representation of color #51277F: hue angle of 268.64º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51277F is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8139127-
CMYK0.360.6900.50
HSL268.64º53.01%32.55%-
HSV(B)268.64º69.29%49.8%-
XYZ7.954.7320.57-
YUV61.59164.91141.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 127 (50% from 255) = 51.42%
R=32.79%
G=15.79%
B=51.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81391270.360.6900.50268.6453.0132.55
Hex51277F244503210d3521
Octal12147177441050624156541
Binary1010001100111111111110010010001010110010100001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51277F; }

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

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

<style>
 a { background-color: #51277F; }

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

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

<style>
 span { border-color: #51277F; }

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

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