#50278D

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

Shades of Kingfisher Daisy #50278D

Tints of Kingfisher Daisy #50278D

Color information

#50278D (or 0x50278D) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 27 and 8D. RGB value is (80,39,141). Sum of RGB (Red+Green+Blue) = 80+39+141=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #50278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50278D is #AFD872. Grayscale: #3E3E3E. Windows color (decimal): -11524211 or 9250640. OLE color: 9250640.

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

Color convert

RGB8039141-
CMYK0.430.7200.45
HSL264.12º56.67%35.29%-
HSV(B)264.12º72.34%55.29%-
XYZ8.845.0825.71-
YUV62.89172.08140.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 141 (55.47% from 255) = 54.23%
R=30.77%
G=15%
B=54.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80391410.430.7200.45264.1256.6735.29
Hex50278D2B4802D1083923
Octal12047215531100554107143
Binary10100001001111000110110101110010000101101100001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,39,141); }

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

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

 a { background-color: rgb(80,39,141); }

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

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

 span { border-color: rgb(80,39,141); }

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