#5130E3

Color #5130E3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5130E3

Tints of Han Purple #5130E3

Color information

#5130E3 (or 0x5130E3) is unknown color: approx Han Purple. HEX triplet: 51, 30 and E3. RGB value is (81,48,227). Sum of RGB (Red+Green+Blue) = 81+48+227=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 227 (89.06% from 255 or 63.76% from 356); Max value from RGB is 227 - color contains mainly: blue. Hex color #5130E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5130E3 is #AECF1C. Grayscale: #4D4D4D. Windows color (decimal): -11456285 or 14889041. OLE color: 14889041.

HSL color Cylindrical-coordinate representation of color #5130E3: hue angle of 251.06º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5130E3 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8148227-
CMYK0.640.7900.11
HSL251.06º76.17%53.92%-
HSV(B)251.06º78.85%89.02%-
XYZ18.329.4173.52-
YUV78.27211.93129.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 48 (19.14% from 255) = 13.48%
BLUE value IS 227 (89.06% from 255) = 63.76%
R=22.75%
G=13.48%
B=63.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal81482270.640.7900.11251.0676.1753.92
Hex5130E3404F0Bfb4c36
Octal1216034310011701337311466
Binary1010001110000111000111000000100111101011111110111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5130E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5130E3;
 }
 .AnyTagClassName
 {
   color: #5130E3;
 }
</style>
background-color css

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

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

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

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

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

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