Html Css Color HEX #5130EB Han Purple

📋 copy color: '#5130EB'

red 81 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #5130EB

Tints of Han Purple #5130EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.19%

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

R = 22.25%
G = 13.19%
B = 64.56%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5130EB (or 0x5130EB) is known color: Han Purple. HEX triplet: 51, 30 and EB. RGB value is (81,48,235). Sum of RGB (Red+Green+Blue) = 81+48+235=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #5130EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5130EB is #AECF14. Grayscale: #4E4E4E. Windows color (decimal): -11456277 or 15413329. OLE color: 15413329.

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

Color convert

RGB 81 48 235 -
CMYK 0.66 0.80 0 0.08
HSL 250.59º 0.82% 0.55% -
HSV(B) 250.59º 0.8% 0.92% -
XYZ 19.45 9.86 79.48 -
YUV 79.19 215.93 129.29 -
System Red Green Blue C M Y K H S L
Decimal 81 48 235 0.66 0.80 0 0.08 250.59 0.82 0.55
Hex 51 30 EB 42 50 0 8 FB 52 37
Octal 121 60 353 102 120 0 10 373 122 67
Binary 1010001 110000 11101011 1000010 1010000 0 1000 11111011 1010010 110111

Color Harmonies of #5130EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5130EB

Black with #5130EB

Text Example


Text Example

White with #5130EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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