#450AF3

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

Shades of Han Purple #450AF3

Tints of Han Purple #450AF3

Color information

#450AF3 (or 0x450AF3) is unknown color: approx Han Purple. HEX triplet: 45, 0A and F3. RGB value is (69,10,243). Sum of RGB (Red+Green+Blue) = 69+10+243=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 243 (95.31% from 255 or 75.47% from 322); Max value from RGB is 243 - color contains mainly: blue. Hex color #450AF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450AF3 is #BAF50C. Grayscale: #353535. Windows color (decimal): -12252429 or 15927877. OLE color: 15927877.

HSL color Cylindrical-coordinate representation of color #450AF3: hue angle of 255.19º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450AF3 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6910243-
CMYK0.720.9600.05
HSL255.19º92.09%49.61%-
HSV(B)255.19º95.88%95.29%-
XYZ18.747.9585.34-
YUV54.2234.55138.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 10 (4.30% from 255) = 3.11%
BLUE value IS 243 (95.31% from 255) = 75.47%
R=21.43%
G=3.11%
B=75.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal69102430.720.9600.05255.1992.0949.61
Hex45AF3486005ff5c32
Octal105123631101400537713462
Binary1000101101011110011100100011000000101111111111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450AF3; }

 p { color: rgb(69,10,243); }

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

<style>
 a { background-color: #450AF3; }

 a { background-color: rgb(69,10,243); }

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

<style>
 span { border-color: #450AF3; }

 span { border-color: rgb(69,10,243); }

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