#460AF3

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

Shades of Han Purple #460AF3

Tints of Han Purple #460AF3

Color information

#460AF3 (or 0x460AF3) is unknown color: approx Han Purple. HEX triplet: 46, 0A and F3. RGB value is (70,10,243). Sum of RGB (Red+Green+Blue) = 70+10+243=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 243 (95.31% from 255 or 75.23% from 323); Max value from RGB is 243 - color contains mainly: blue. Hex color #460AF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460AF3 is #B9F50C. Grayscale: #353535. Windows color (decimal): -12186893 or 15927878. OLE color: 15927878.

HSL color Cylindrical-coordinate representation of color #460AF3: hue angle of 255.45º 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 #460AF3 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7010243-
CMYK0.710.9600.05
HSL255.45º92.09%49.61%-
HSV(B)255.45º95.88%95.29%-
XYZ18.817.9985.34-
YUV54.5234.38139.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 10 (4.30% from 255) = 3.10%
BLUE value IS 243 (95.31% from 255) = 75.23%
R=21.67%
G=3.10%
B=75.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal70102430.710.9600.05255.4592.0949.61
Hex46AF3476005ff5c32
Octal106123631071400537713462
Binary1000110101011110011100011111000000101111111111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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