#4531EA

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

Shades of Han Purple #4531EA

Tints of Han Purple #4531EA

Color information

#4531EA (or 0x4531EA) is unknown color: approx Han Purple. HEX triplet: 45, 31 and EA. RGB value is (69,49,234). Sum of RGB (Red+Green+Blue) = 69+49+234=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #4531EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4531EA is #BACE15. Grayscale: #4B4B4B. Windows color (decimal): -12242454 or 15348037. OLE color: 15348037.

HSL color Cylindrical-coordinate representation of color #4531EA: hue angle of 246.49º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4531EA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6949234-
CMYK0.710.7900.08
HSL246.49º81.5%55.49%-
HSV(B)246.49º79.06%91.76%-
XYZ18.49.478.69-
YUV76.07217.13122.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 234 (91.80% from 255) = 66.48%
R=19.60%
G=13.92%
B=66.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal69492340.710.7900.08246.4981.555.49
Hex4531EA474F08f65137
Octal1056135210711701036612167
Binary1000101110001111010101000111100111101000111101101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4531EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4531EA; }

 p { color: rgb(69,49,234); }

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

<style>
 a { background-color: #4531EA; }

 a { background-color: rgb(69,49,234); }

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

<style>
 span { border-color: #4531EA; }

 span { border-color: rgb(69,49,234); }

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