Html Css Color HEX #50278E Kingfisher Daisy

📋 copy color: '#50278E'

red 80 ◦ green 39 ◦ blue 142

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

Shades of Kingfisher Daisy #50278E

Tints of Kingfisher Daisy #50278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.94%

 BLUE value IS 142 (55.86% from 255) = 54.41%

R = 30.65%
G = 14.94%
B = 54.41%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50278E (or 0x50278E) is known color: Kingfisher Daisy. HEX triplet: 50, 27 and 8E. RGB value is (80,39,142). Sum of RGB (Red+Green+Blue) = 80+39+142=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #50278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50278E is #AFD871. Grayscale: #3E3E3E. Windows color (decimal): -11524210 or 9316176. OLE color: 9316176.

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

Color convert

RGB 80 39 142 -
CMYK 0.44 0.73 0 0.44
HSL 263.88º 0.57% 0.35% -
HSV(B) 263.88º 0.73% 0.56% -
XYZ 8.92 5.11 26.11 -
YUV 63 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 80 39 142 0.44 0.73 0 0.44 263.88 0.57 0.35
Hex 50 27 8E 2C 49 0 2C 108 39 23
Octal 120 47 216 54 111 0 54 410 71 43
Binary 1010000 100111 10001110 101100 1001001 0 101100 100001000 111001 100011

Color Harmonies of #50278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50278E

Black with #50278E

Text Example


Text Example

White with #50278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50278E; }

 p { color: rgb(80,39,142); }

 H1.HeaderClassName
 {
   color: #50278E;
 }
 .AnyTagClassName
 {
   color: #50278E;
 }
</style>

background-color css

<style>
 a { background-color: #50278E; }

 a { background-color: rgb(80,39,142); }

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

border-color css

<style>
 span { border-color: #50278E; }

 span { border-color: rgb(80,39,142); }

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