Html Css Color HEX #503180 Kingfisher Daisy

📋 copy color: '#503180'

red 80 ◦ green 49 ◦ blue 128

#503180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #503180

Tints of Kingfisher Daisy #503180

RGB

 RED value IS 80 (31.64% from 255) = 31.13%

 GREEN value IS 49 (19.53% from 255) = 19.07%

 BLUE value IS 128 (50.39% from 255) = 49.81%

R = 31.13%
G = 19.07%
B = 49.81%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#503180 (or 0x503180) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 80. RGB value is (80,49,128). Sum of RGB (Red+Green+Blue) = 80+49+128=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #503180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503180 is #AFCE7F. Grayscale: #424242. Windows color (decimal): -11521664 or 8401232. OLE color: 8401232.

HSL color Cylindrical-coordinate representation of color #503180: hue angle of 263.54º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503180 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 49 128 -
CMYK 0.38 0.62 0 0.50
HSL 263.54º 0.45% 0.35% -
HSV(B) 263.54º 0.62% 0.5% -
XYZ 8.3 5.46 21.04 -
YUV 67.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 80 49 128 0.38 0.62 0 0.50 263.54 0.45 0.35
Hex 50 31 80 26 3E 0 32 108 2D 23
Octal 120 61 200 46 76 0 62 410 55 43
Binary 1010000 110001 10000000 100110 111110 0 110010 100001000 101101 100011

Color Harmonies of #503180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503180

Black with #503180

Text Example


Text Example

White with #503180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503180; }

 p { color: rgb(80,49,128); }

 H1.HeaderClassName
 {
   color: #503180;
 }
 .AnyTagClassName
 {
   color: #503180;
 }
</style>

background-color css

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

 a { background-color: rgb(80,49,128); }

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

border-color css

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

 span { border-color: rgb(80,49,128); }

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