Html Css Color HEX #502484 Kingfisher Daisy

📋 copy color: '#502484'

red 80 ◦ green 36 ◦ blue 132

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

Shades of Kingfisher Daisy #502484

Tints of Kingfisher Daisy #502484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

 BLUE value IS 132 (51.95% from 255) = 53.23%

R = 32.26%
G = 14.52%
B = 53.23%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#502484 (or 0x502484) is known color: Kingfisher Daisy. HEX triplet: 50, 24 and 84. RGB value is (80,36,132). Sum of RGB (Red+Green+Blue) = 80+36+132=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #502484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502484 is #AFDB7B. Grayscale: #3B3B3B. Windows color (decimal): -11524988 or 8660048. OLE color: 8660048.

HSL color Cylindrical-coordinate representation of color #502484: hue angle of 267.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502484 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 36 132 -
CMYK 0.39 0.73 0 0.48
HSL 267.5º 0.57% 0.33% -
HSV(B) 267.5º 0.73% 0.52% -
XYZ 8.1 4.63 22.3 -
YUV 60.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 80 36 132 0.39 0.73 0 0.48 267.5 0.57 0.33
Hex 50 24 84 27 49 0 30 10C 39 21
Octal 120 44 204 47 111 0 60 414 71 41
Binary 1010000 100100 10000100 100111 1001001 0 110000 100001100 111001 100001

Color Harmonies of #502484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502484

Black with #502484

Text Example


Text Example

White with #502484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502484; }

 p { color: rgb(80,36,132); }

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

background-color css

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

 a { background-color: rgb(80,36,132); }

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

border-color css

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

 span { border-color: rgb(80,36,132); }

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