Html Css Color HEX #50288F Kingfisher Daisy

📋 copy color: '#50288F'

red 80 ◦ green 40 ◦ blue 143

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

Shades of Kingfisher Daisy #50288F

Tints of Kingfisher Daisy #50288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

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

R = 30.42%
G = 15.21%
B = 54.37%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50288F (or 0x50288F) is known color: Kingfisher Daisy. HEX triplet: 50, 28 and 8F. RGB value is (80,40,143). Sum of RGB (Red+Green+Blue) = 80+40+143=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #50288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50288F is #AFD770. Grayscale: #3F3F3F. Windows color (decimal): -11523953 or 9381968. OLE color: 9381968.

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

Color convert

RGB 80 40 143 -
CMYK 0.44 0.72 0 0.44
HSL 263.3º 0.56% 0.36% -
HSV(B) 263.3º 0.72% 0.56% -
XYZ 9.02 5.21 26.52 -
YUV 63.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 80 40 143 0.44 0.72 0 0.44 263.3 0.56 0.36
Hex 50 28 8F 2C 48 0 2C 107 38 24
Octal 120 50 217 54 110 0 54 407 70 44
Binary 1010000 101000 10001111 101100 1001000 0 101100 100000111 111000 100100

Color Harmonies of #50288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50288F

Black with #50288F

Text Example


Text Example

White with #50288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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