Html Css Color HEX #502195 Kingfisher Daisy

📋 copy color: '#502195'

red 80 ◦ green 33 ◦ blue 149

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

Shades of Kingfisher Daisy #502195

Tints of Kingfisher Daisy #502195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 30.53%
G = 12.6%
B = 56.87%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502195 (or 0x502195) is known color: Kingfisher Daisy. HEX triplet: 50, 21 and 95. RGB value is (80,33,149). Sum of RGB (Red+Green+Blue) = 80+33+149=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #502195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502195 is #AFDE6A. Grayscale: #3B3B3B. Windows color (decimal): -11525739 or 9773392. OLE color: 9773392.

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

Color convert

RGB 80 33 149 -
CMYK 0.46 0.78 0 0.42
HSL 264.31º 0.64% 0.36% -
HSV(B) 264.31º 0.78% 0.58% -
XYZ 9.28 4.96 28.9 -
YUV 60.28 178.07 142.07 -
System Red Green Blue C M Y K H S L
Decimal 80 33 149 0.46 0.78 0 0.42 264.31 0.64 0.36
Hex 50 21 95 2E 4E 0 2A 108 40 24
Octal 120 41 225 56 116 0 52 410 100 44
Binary 1010000 100001 10010101 101110 1001110 0 101010 100001000 1000000 100100

Color Harmonies of #502195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502195

Black with #502195

Text Example


Text Example

White with #502195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502195; }

 p { color: rgb(80,33,149); }

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

background-color css

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

 a { background-color: rgb(80,33,149); }

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

border-color css

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

 span { border-color: rgb(80,33,149); }

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