Html Css Color HEX #503481 Kingfisher Daisy

📋 copy color: '#503481'

red 80 ◦ green 52 ◦ blue 129

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

Shades of Kingfisher Daisy #503481

Tints of Kingfisher Daisy #503481

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#503481 (or 0x503481) is known color: 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

RGB 80 52 129 -
CMYK 0.38 0.60 0 0.49
HSL 261.82º 0.43% 0.35% -
HSV(B) 261.82º 0.6% 0.51% -
XYZ 8.5 5.75 21.43 -
YUV 69.15 161.78 135.74 -
System Red Green Blue C M Y K H S L
Decimal 80 52 129 0.38 0.60 0 0.49 261.82 0.43 0.35
Hex 50 34 81 26 3C 0 31 106 2B 23
Octal 120 64 201 46 74 0 61 406 53 43
Binary 1010000 110100 10000001 100110 111100 0 110001 100000110 101011 100011

Color Harmonies of #503481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503481

Black with #503481

Text Example


Text Example

White with #503481

Text Example


Text Example

HTML Codes & Css Web 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>