Html Css Color HEX #5129F9 Han Purple

📋 copy color: '#5129F9'

red 81 ◦ green 41 ◦ blue 249

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

Shades of Han Purple #5129F9

Tints of Han Purple #5129F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 67.12%

R = 21.83%
G = 11.05%
B = 67.12%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5129F9 (or 0x5129F9) is known color: Han Purple. HEX triplet: 51, 29 and F9. RGB value is (81,41,249). Sum of RGB (Red+Green+Blue) = 81+41+249=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #5129F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5129F9 is #AED606. Grayscale: #4B4B4B. Windows color (decimal): -11458055 or 16329041. OLE color: 16329041.

HSL color Cylindrical-coordinate representation of color #5129F9: hue angle of 251.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5129F9 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 41 249 -
CMYK 0.67 0.84 0 0.02
HSL 251.54º 0.95% 0.57% -
HSV(B) 251.54º 0.84% 0.98% -
XYZ 21.29 10.17 90.46 -
YUV 76.67 225.25 131.09 -
System Red Green Blue C M Y K H S L
Decimal 81 41 249 0.67 0.84 0 0.02 251.54 0.95 0.57
Hex 51 29 F9 43 54 0 2 FC 5F 39
Octal 121 51 371 103 124 0 2 374 137 71
Binary 1010001 101001 11111001 1000011 1010100 0 10 11111100 1011111 111001

Color Harmonies of #5129F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5129F9

Black with #5129F9

Text Example


Text Example

White with #5129F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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