Html Css Color HEX #5029DD Han Purple

📋 copy color: '#5029DD'

red 80 ◦ green 41 ◦ blue 221

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

Shades of Han Purple #5029DD

Tints of Han Purple #5029DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 23.39%
G = 11.99%
B = 64.62%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5029DD (or 0x5029DD) is known color: Han Purple. HEX triplet: 50, 29 and DD. RGB value is (80,41,221). Sum of RGB (Red+Green+Blue) = 80+41+221=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #5029DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5029DD is #AFD622. Grayscale: #484848. Windows color (decimal): -11523619 or 14494032. OLE color: 14494032.

HSL color Cylindrical-coordinate representation of color #5029DD: hue angle of 253º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5029DD is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 41 221 -
CMYK 0.64 0.81 0 0.13
HSL 253º 0.73% 0.51% -
HSV(B) 253º 0.81% 0.87% -
XYZ 17.15 8.51 69.15 -
YUV 73.18 211.42 132.86 -
System Red Green Blue C M Y K H S L
Decimal 80 41 221 0.64 0.81 0 0.13 253 0.73 0.51
Hex 50 29 DD 40 51 0 D FD 49 33
Octal 120 51 335 100 121 0 15 375 111 63
Binary 1010000 101001 11011101 1000000 1010001 0 1101 11111101 1001001 110011

Color Harmonies of #5029DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5029DD

Black with #5029DD

Text Example


Text Example

White with #5029DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5029DD; }

 p { color: rgb(80,41,221); }

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

background-color css

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

 a { background-color: rgb(80,41,221); }

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

border-color css

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

 span { border-color: rgb(80,41,221); }

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