Html Css Color HEX #50298D Kingfisher Daisy

📋 copy color: '#50298D'

red 80 ◦ green 41 ◦ blue 141

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

Shades of Kingfisher Daisy #50298D

Tints of Kingfisher Daisy #50298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 141 (55.47% from 255) = 53.82%

R = 30.53%
G = 15.65%
B = 53.82%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50298D (or 0x50298D) is known color: Kingfisher Daisy. HEX triplet: 50, 29 and 8D. RGB value is (80,41,141). Sum of RGB (Red+Green+Blue) = 80+41+141=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #50298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50298D is #AFD672. Grayscale: #3F3F3F. Windows color (decimal): -11523699 or 9251152. OLE color: 9251152.

HSL color Cylindrical-coordinate representation of color #50298D: hue angle of 263.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50298D is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 41 141 -
CMYK 0.43 0.71 0 0.45
HSL 263.4º 0.55% 0.36% -
HSV(B) 263.4º 0.71% 0.55% -
XYZ 8.91 5.21 25.74 -
YUV 64.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 80 41 141 0.43 0.71 0 0.45 263.4 0.55 0.36
Hex 50 29 8D 2B 47 0 2D 107 37 24
Octal 120 51 215 53 107 0 55 407 67 44
Binary 1010000 101001 10001101 101011 1000111 0 101101 100000111 110111 100100

Color Harmonies of #50298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50298D

Black with #50298D

Text Example


Text Example

White with #50298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50298D; }

 p { color: rgb(80,41,141); }

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

background-color css

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

 a { background-color: rgb(80,41,141); }

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

border-color css

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

 span { border-color: rgb(80,41,141); }

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