#461EF0

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

Shades of Han Purple #461EF0

Tints of Han Purple #461EF0

Color information

#461EF0 (or 0x461EF0) is unknown color: approx Han Purple. HEX triplet: 46, 1E and F0. RGB value is (70,30,240). Sum of RGB (Red+Green+Blue) = 70+30+240=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 240 (94.14% from 255 or 70.59% from 340); Max value from RGB is 240 - color contains mainly: blue. Hex color #461EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461EF0 is #B9E10F. Grayscale: #414141. Windows color (decimal): -12181776 or 15736390. OLE color: 15736390.

HSL color Cylindrical-coordinate representation of color #461EF0: hue angle of 251.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461EF0 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7030240-
CMYK0.710.8700.06
HSL251.43º87.5%52.94%-
HSV(B)251.43º87.5%94.12%-
XYZ18.728.5283.1-
YUV65.9226.25130.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.59%
GREEN value IS 30 (12.11% from 255) = 8.82%
BLUE value IS 240 (94.14% from 255) = 70.59%
R=20.59%
G=8.82%
B=70.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal70302400.710.8700.06251.4387.552.94
Hex461EF0475706fb5835
Octal106363601071270637313065
Binary10001101111011110000100011110101110110111110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461EF0; }

 p { color: rgb(70,30,240); }

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

<style>
 a { background-color: #461EF0; }

 a { background-color: rgb(70,30,240); }

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

<style>
 span { border-color: #461EF0; }

 span { border-color: rgb(70,30,240); }

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