#452AE6

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

Shades of Han Purple #452AE6

Tints of Han Purple #452AE6

Color information

#452AE6 (or 0x452AE6) is unknown color: approx Han Purple. HEX triplet: 45, 2A and E6. RGB value is (69,42,230). Sum of RGB (Red+Green+Blue) = 69+42+230=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #452AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452AE6 is #BAD519. Grayscale: #464646. Windows color (decimal): -12244250 or 15084101. OLE color: 15084101.

HSL color Cylindrical-coordinate representation of color #452AE6: hue angle of 248.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #452AE6 is Cyan = 0.7, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6942230-
CMYK0.70.8200.10
HSL248.62º78.99%53.33%-
HSV(B)248.62º81.74%90.2%-
XYZ17.578.6375.6-
YUV71.5217.45126.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 230 (90.23% from 255) = 67.45%
R=20.23%
G=12.32%
B=67.45%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal69422300.70.8200.10248.6278.9953.33
Hex452AE646520Af94f35
Octal1055234610612201237111765
Binary1000101101010111001101000110101001001010111110011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452AE6; }

 p { color: rgb(69,42,230); }

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

<style>
 a { background-color: #452AE6; }

 a { background-color: rgb(69,42,230); }

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

<style>
 span { border-color: #452AE6; }

 span { border-color: rgb(69,42,230); }

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