Html Css Color HEX #50317F Kingfisher Daisy

📋 copy color: '#50317F'

red 80 ◦ green 49 ◦ blue 127

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

Shades of Kingfisher Daisy #50317F

Tints of Kingfisher Daisy #50317F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.61%

R = 31.25%
G = 19.14%
B = 49.61%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50317F (or 0x50317F) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 7F. RGB value is (80,49,127). Sum of RGB (Red+Green+Blue) = 80+49+127=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #50317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50317F is #AFCE80. Grayscale: #424242. Windows color (decimal): -11521665 or 8335696. OLE color: 8335696.

HSL color Cylindrical-coordinate representation of color #50317F: hue angle of 263.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50317F is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 49 127 -
CMYK 0.37 0.61 0 0.50
HSL 263.85º 0.44% 0.35% -
HSV(B) 263.85º 0.61% 0.5% -
XYZ 8.24 5.43 20.69 -
YUV 67.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 80 49 127 0.37 0.61 0 0.50 263.85 0.44 0.35
Hex 50 31 7F 25 3D 0 32 108 2C 23
Octal 120 61 177 45 75 0 62 410 54 43
Binary 1010000 110001 1111111 100101 111101 0 110010 100001000 101100 100011

Color Harmonies of #50317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50317F

Black with #50317F

Text Example


Text Example

White with #50317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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