Html Css Color HEX #502393 Kingfisher Daisy

📋 copy color: '#502393'

red 80 ◦ green 35 ◦ blue 147

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

Shades of Kingfisher Daisy #502393

Tints of Kingfisher Daisy #502393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

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

R = 30.53%
G = 13.36%
B = 56.11%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502393 (or 0x502393) is known color: Kingfisher Daisy. HEX triplet: 50, 23 and 93. RGB value is (80,35,147). Sum of RGB (Red+Green+Blue) = 80+35+147=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #502393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502393 is #AFDC6C. Grayscale: #3C3C3C. Windows color (decimal): -11525229 or 9642832. OLE color: 9642832.

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

Color convert

RGB 80 35 147 -
CMYK 0.46 0.76 0 0.42
HSL 264.11º 0.62% 0.36% -
HSV(B) 264.11º 0.76% 0.58% -
XYZ 9.18 5.01 28.09 -
YUV 61.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 80 35 147 0.46 0.76 0 0.42 264.11 0.62 0.36
Hex 50 23 93 2E 4C 0 2A 108 3E 24
Octal 120 43 223 56 114 0 52 410 76 44
Binary 1010000 100011 10010011 101110 1001100 0 101010 100001000 111110 100100

Color Harmonies of #502393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502393

Black with #502393

Text Example


Text Example

White with #502393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502393; }

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

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

background-color css

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

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

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

border-color css

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

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

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