Html Css Color HEX #50318A Kingfisher Daisy

📋 copy color: '#50318A'

red 80 ◦ green 49 ◦ blue 138

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

Shades of Kingfisher Daisy #50318A

Tints of Kingfisher Daisy #50318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.69%

R = 29.96%
G = 18.35%
B = 51.69%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50318A (or 0x50318A) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 8A. RGB value is (80,49,138). Sum of RGB (Red+Green+Blue) = 80+49+138=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #50318A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50318A is #AFCE75. Grayscale: #444444. Windows color (decimal): -11521654 or 9056592. OLE color: 9056592.

HSL color Cylindrical-coordinate representation of color #50318A: hue angle of 260.9º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50318A is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 49 138 -
CMYK 0.42 0.64 0 0.46
HSL 260.9º 0.48% 0.37% -
HSV(B) 260.9º 0.64% 0.54% -
XYZ 8.99 5.74 24.68 -
YUV 68.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 80 49 138 0.42 0.64 0 0.46 260.9 0.48 0.37
Hex 50 31 8A 2A 40 0 2E 105 30 25
Octal 120 61 212 52 100 0 56 405 60 45
Binary 1010000 110001 10001010 101010 1000000 0 101110 100000101 110000 100101

Color Harmonies of #50318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50318A

Black with #50318A

Text Example


Text Example

White with #50318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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