Html Css Color HEX #503781 Kingfisher Daisy

📋 copy color: '#503781'

red 80 ◦ green 55 ◦ blue 129

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

Shades of Kingfisher Daisy #503781

Tints of Kingfisher Daisy #503781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

 BLUE value IS 129 (50.78% from 255) = 48.86%

R = 30.3%
G = 20.83%
B = 48.86%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#503781 (or 0x503781) is known color: Kingfisher Daisy. HEX triplet: 50, 37 and 81. RGB value is (80,55,129). Sum of RGB (Red+Green+Blue) = 80+55+129=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #503781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503781 is #AFC87E. Grayscale: #464646. Windows color (decimal): -11520127 or 8468304. OLE color: 8468304.

HSL color Cylindrical-coordinate representation of color #503781: hue angle of 260.27º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503781 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 55 129 -
CMYK 0.38 0.57 0 0.49
HSL 260.27º 0.4% 0.36% -
HSV(B) 260.27º 0.57% 0.51% -
XYZ 8.64 6.02 21.48 -
YUV 70.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 80 55 129 0.38 0.57 0 0.49 260.27 0.4 0.36
Hex 50 37 81 26 39 0 31 104 28 24
Octal 120 67 201 46 71 0 61 404 50 44
Binary 1010000 110111 10000001 100110 111001 0 110001 100000100 101000 100100

Color Harmonies of #503781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503781

Black with #503781

Text Example


Text Example

White with #503781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503781; }

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

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

background-color css

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

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

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

border-color css

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

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

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