#460DE0

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

Shades of Han Purple #460DE0

Tints of Han Purple #460DE0

Color information

#460DE0 (or 0x460DE0) is unknown color: approx Han Purple. HEX triplet: 46, 0D and E0. RGB value is (70,13,224). Sum of RGB (Red+Green+Blue) = 70+13+224=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #460DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DE0 is #B9F21F. Grayscale: #353535. Windows color (decimal): -12186144 or 14683462. OLE color: 14683462.

HSL color Cylindrical-coordinate representation of color #460DE0: hue angle of 256.21º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460DE0 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7013224-
CMYK0.690.9400.12
HSL256.21º89.03%46.47%-
HSV(B)256.21º94.2%87.84%-
XYZ16.126.9771.02-
YUV54.1223.88139.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 13 (5.47% from 255) = 4.23%
BLUE value IS 224 (87.89% from 255) = 72.96%
R=22.80%
G=4.23%
B=72.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70132240.690.9400.12256.2189.0346.47
Hex46DE0455E0C100592e
Octal1061534010513601440013156
Binary100011011011110000010001011011110011001000000001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,13,224); }

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

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

 a { background-color: rgb(70,13,224); }

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

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

 span { border-color: rgb(70,13,224); }

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