Html Css Color HEX #50218F Kingfisher Daisy

📋 copy color: '#50218F'

red 80 ◦ green 33 ◦ blue 143

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

Shades of Kingfisher Daisy #50218F

Tints of Kingfisher Daisy #50218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.89%

 BLUE value IS 143 (56.25% from 255) = 55.86%

R = 31.25%
G = 12.89%
B = 55.86%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50218F (or 0x50218F) is known color: Kingfisher Daisy. HEX triplet: 50, 21 and 8F. RGB value is (80,33,143). Sum of RGB (Red+Green+Blue) = 80+33+143=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #50218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50218F is #AFDE70. Grayscale: #3B3B3B. Windows color (decimal): -11525745 or 9380176. OLE color: 9380176.

HSL color Cylindrical-coordinate representation of color #50218F: hue angle of 265.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50218F is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 33 143 -
CMYK 0.44 0.77 0 0.44
HSL 265.64º 0.63% 0.35% -
HSV(B) 265.64º 0.77% 0.56% -
XYZ 8.81 4.78 26.44 -
YUV 59.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 80 33 143 0.44 0.77 0 0.44 265.64 0.63 0.35
Hex 50 21 8F 2C 4D 0 2C 10A 3E 23
Octal 120 41 217 54 115 0 54 412 76 43
Binary 1010000 100001 10001111 101100 1001101 0 101100 100001010 111110 100011

Color Harmonies of #50218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50218F

Black with #50218F

Text Example


Text Example

White with #50218F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,33,143); }

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

background-color css

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

 a { background-color: rgb(80,33,143); }

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

border-color css

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

 span { border-color: rgb(80,33,143); }

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