#462DF2

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

Shades of Han Purple #462DF2

Tints of Han Purple #462DF2

Color information

#462DF2 (or 0x462DF2) is unknown color: approx Han Purple. HEX triplet: 46, 2D and F2. RGB value is (70,45,242). Sum of RGB (Red+Green+Blue) = 70+45+242=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #462DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462DF2 is #B9D20D. Grayscale: #4A4A4A. Windows color (decimal): -12177934 or 15871302. OLE color: 15871302.

HSL color Cylindrical-coordinate representation of color #462DF2: hue angle of 247.61º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462DF2 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7045242-
CMYK0.710.8100.05
HSL247.61º88.34%56.27%-
HSV(B)247.61º81.4%94.9%-
XYZ19.499.5984.83-
YUV74.93222.28124.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 45 (17.97% from 255) = 12.61%
BLUE value IS 242 (94.92% from 255) = 67.79%
R=19.61%
G=12.61%
B=67.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal70452420.710.8100.05247.6188.3456.27
Hex462DF2475105f85838
Octal106553621071210537013070
Binary100011010110111110010100011110100010101111110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462DF2; }

 p { color: rgb(70,45,242); }

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

<style>
 a { background-color: #462DF2; }

 a { background-color: rgb(70,45,242); }

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

<style>
 span { border-color: #462DF2; }

 span { border-color: rgb(70,45,242); }

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