Html Css Color HEX #5129DE Han Purple

📋 copy color: '#5129DE'

red 81 ◦ green 41 ◦ blue 222

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

Shades of Han Purple #5129DE

Tints of Han Purple #5129DE

RGB

 RED value IS 81 (32.03% from 255) = 23.55%

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

 BLUE value IS 222 (87.11% from 255) = 64.53%

R = 23.55%
G = 11.92%
B = 64.53%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5129DE (or 0x5129DE) is known color: Han Purple. HEX triplet: 51, 29 and DE. RGB value is (81,41,222). Sum of RGB (Red+Green+Blue) = 81+41+222=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #5129DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129DE is #AED621. Grayscale: #484848. Windows color (decimal): -11458082 or 14559569. OLE color: 14559569.

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

Color convert

RGB 81 41 222 -
CMYK 0.64 0.82 0 0.13
HSL 253.26º 0.73% 0.52% -
HSV(B) 253.26º 0.82% 0.87% -
XYZ 17.37 8.61 69.85 -
YUV 73.59 211.75 133.28 -
System Red Green Blue C M Y K H S L
Decimal 81 41 222 0.64 0.82 0 0.13 253.26 0.73 0.52
Hex 51 29 DE 40 52 0 D FD 49 34
Octal 121 51 336 100 122 0 15 375 111 64
Binary 1010001 101001 11011110 1000000 1010010 0 1101 11111101 1001001 110100

Color Harmonies of #5129DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5129DE

Black with #5129DE

Text Example


Text Example

White with #5129DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5129DE; }

 p { color: rgb(81,41,222); }

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

background-color css

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

 a { background-color: rgb(81,41,222); }

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

border-color css

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

 span { border-color: rgb(81,41,222); }

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