#4531E0

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

Shades of Han Purple #4531E0

Tints of Han Purple #4531E0

Color information

#4531E0 (or 0x4531E0) is unknown color: approx Han Purple. HEX triplet: 45, 31 and E0. RGB value is (69,49,224). Sum of RGB (Red+Green+Blue) = 69+49+224=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #4531E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4531E0 is #BACE1F. Grayscale: #4A4A4A. Windows color (decimal): -12242464 or 14692677. OLE color: 14692677.

HSL color Cylindrical-coordinate representation of color #4531E0: hue angle of 246.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4531E0 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6949224-
CMYK0.690.7800.12
HSL246.86º73.84%53.53%-
HSV(B)246.86º78.12%87.84%-
XYZ17.018.8471.33-
YUV74.93212.13123.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 49 (19.53% from 255) = 14.33%
BLUE value IS 224 (87.89% from 255) = 65.50%
R=20.18%
G=14.33%
B=65.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal69492240.690.7800.12246.8673.8453.53
Hex4531E0454E0Cf74a36
Octal1056134010511601436711266
Binary1000101110001111000001000101100111001100111101111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4531E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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