#503481

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

Shades of Kingfisher Daisy #503481

Tints of Kingfisher Daisy #503481

Color information

#503481 (or 0x503481) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 34 and 81. RGB value is (80,52,129). Sum of RGB (Red+Green+Blue) = 80+52+129=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #503481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503481 is #AFCB7E. Grayscale: #444444. Windows color (decimal): -11520895 or 8467536. OLE color: 8467536.

HSL color Cylindrical-coordinate representation of color #503481: hue angle of 261.82º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503481 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8052129-
CMYK0.380.6000.49
HSL261.82º42.54%35.49%-
HSV(B)261.82º59.69%50.59%-
XYZ8.55.7521.43-
YUV69.15161.78135.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 129 (50.78% from 255) = 49.43%
R=30.65%
G=19.92%
B=49.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80521290.380.6000.49261.8242.5435.49
Hex503481263C0311062b23
Octal1206420146740614065343
Binary1010000110100100000011001101111000110001100000110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503481; }

 p { color: rgb(80,52,129); }

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

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

 a { background-color: rgb(80,52,129); }

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

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

 span { border-color: rgb(80,52,129); }

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