Html Css Color HEX #502293 Kingfisher Daisy

📋 copy color: '#502293'

red 80 ◦ green 34 ◦ blue 147

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

Shades of Kingfisher Daisy #502293

Tints of Kingfisher Daisy #502293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.03%

 BLUE value IS 147 (57.81% from 255) = 56.32%

R = 30.65%
G = 13.03%
B = 56.32%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502293 (or 0x502293) is known color: Kingfisher Daisy. HEX triplet: 50, 22 and 93. RGB value is (80,34,147). Sum of RGB (Red+Green+Blue) = 80+34+147=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #502293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502293 is #AFDD6C. Grayscale: #3C3C3C. Windows color (decimal): -11525485 or 9642576. OLE color: 9642576.

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

Color convert

RGB 80 34 147 -
CMYK 0.46 0.77 0 0.42
HSL 264.42º 0.62% 0.35% -
HSV(B) 264.42º 0.77% 0.58% -
XYZ 9.15 4.96 28.08 -
YUV 60.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 80 34 147 0.46 0.77 0 0.42 264.42 0.62 0.35
Hex 50 22 93 2E 4D 0 2A 108 3E 23
Octal 120 42 223 56 115 0 52 410 76 43
Binary 1010000 100010 10010011 101110 1001101 0 101010 100001000 111110 100011

Color Harmonies of #502293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502293

Black with #502293

Text Example


Text Example

White with #502293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502293; }

 p { color: rgb(80,34,147); }

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

background-color css

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

 a { background-color: rgb(80,34,147); }

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

border-color css

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

 span { border-color: rgb(80,34,147); }

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