Html Css Color HEX #5128EB Han Purple

📋 copy color: '#5128EB'

red 81 ◦ green 40 ◦ blue 235

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

Shades of Han Purple #5128EB

Tints of Han Purple #5128EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 22.75%
G = 11.24%
B = 66.01%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5128EB (or 0x5128EB) is known color: Han Purple. HEX triplet: 51, 28 and EB. RGB value is (81,40,235). Sum of RGB (Red+Green+Blue) = 81+40+235=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #5128EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5128EB is #AED714. Grayscale: #494949. Windows color (decimal): -11458325 or 15411281. OLE color: 15411281.

HSL color Cylindrical-coordinate representation of color #5128EB: hue angle of 252.62º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5128EB is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 40 235 -
CMYK 0.66 0.83 0 0.08
HSL 252.62º 0.83% 0.54% -
HSV(B) 252.62º 0.83% 0.92% -
XYZ 19.15 9.27 79.38 -
YUV 74.49 218.58 132.64 -
System Red Green Blue C M Y K H S L
Decimal 81 40 235 0.66 0.83 0 0.08 252.62 0.83 0.54
Hex 51 28 EB 42 53 0 8 FD 53 36
Octal 121 50 353 102 123 0 10 375 123 66
Binary 1010001 101000 11101011 1000010 1010011 0 1000 11111101 1010011 110110

Color Harmonies of #5128EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5128EB

Black with #5128EB

Text Example


Text Example

White with #5128EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5128EB; }

 p { color: rgb(81,40,235); }

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

background-color css

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

 a { background-color: rgb(81,40,235); }

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

border-color css

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

 span { border-color: rgb(81,40,235); }

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