Html Css Color HEX #503181 Kingfisher Daisy

📋 copy color: '#503181'

red 80 ◦ green 49 ◦ blue 129

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

Shades of Kingfisher Daisy #503181

Tints of Kingfisher Daisy #503181

RGB

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

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

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

R = 31.01%
G = 18.99%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#503181 (or 0x503181) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 81. RGB value is (80,49,129). Sum of RGB (Red+Green+Blue) = 80+49+129=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #503181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503181 is #AFCE7E. Grayscale: #434343. Windows color (decimal): -11521663 or 8466768. OLE color: 8466768.

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

Color convert

RGB 80 49 129 -
CMYK 0.38 0.62 0 0.49
HSL 263.25º 0.45% 0.35% -
HSV(B) 263.25º 0.62% 0.51% -
XYZ 8.37 5.49 21.39 -
YUV 67.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 80 49 129 0.38 0.62 0 0.49 263.25 0.45 0.35
Hex 50 31 81 26 3E 0 31 107 2D 23
Octal 120 61 201 46 76 0 61 407 55 43
Binary 1010000 110001 10000001 100110 111110 0 110001 100000111 101101 100011

Color Harmonies of #503181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503181

Black with #503181

Text Example


Text Example

White with #503181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503181; }

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

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

background-color css

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

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

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

border-color css

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

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

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