#460FD0

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

Shades of Han Purple #460FD0

Tints of Han Purple #460FD0

Color information

#460FD0 (or 0x460FD0) is unknown color: approx Han Purple. HEX triplet: 46, 0F and D0. RGB value is (70,15,208). Sum of RGB (Red+Green+Blue) = 70+15+208=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #460FD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FD0 is #B9F02F. Grayscale: #343434. Windows color (decimal): -12185648 or 13635398. OLE color: 13635398.

HSL color Cylindrical-coordinate representation of color #460FD0: hue angle of 257.1º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FD0 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7015208-
CMYK0.660.9300.18
HSL257.1º86.55%43.73%-
HSV(B)257.1º92.79%81.57%-
XYZ14.086.260.13-
YUV53.45215.22139.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 15 (6.25% from 255) = 5.12%
BLUE value IS 208 (81.64% from 255) = 70.99%
R=23.89%
G=5.12%
B=70.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal70152080.660.9300.18257.186.5543.73
Hex46FD0425D012101572c
Octal1061732010213502240112754
Binary1000110111111010000100001010111010100101000000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,15,208); }

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

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

 a { background-color: rgb(70,15,208); }

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

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

 span { border-color: rgb(70,15,208); }

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