#461FF8

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

Shades of Han Purple #461FF8

Tints of Han Purple #461FF8

Color information

#461FF8 (or 0x461FF8) is unknown color: approx Han Purple. HEX triplet: 46, 1F and F8. RGB value is (70,31,248). Sum of RGB (Red+Green+Blue) = 70+31+248=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 248 (97.27% from 255 or 71.06% from 349); Max value from RGB is 248 - color contains mainly: blue. Hex color #461FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FF8 is #B9E007. Grayscale: #424242. Windows color (decimal): -12181512 or 16260934. OLE color: 16260934.

HSL color Cylindrical-coordinate representation of color #461FF8: hue angle of 250.78º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461FF8 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7031248-
CMYK0.720.8800.03
HSL250.78º93.94%54.71%-
HSV(B)250.78º87.5%97.25%-
XYZ19.969.0689.5-
YUV67.4229.92129.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 248 (97.27% from 255) = 71.06%
R=20.06%
G=8.88%
B=71.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal70312480.720.8800.03250.7893.9454.71
Hex461FF8485803fb5e37
Octal106373701101300337313667
Binary1000110111111111100010010001011000011111110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,31,248); }

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

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

 a { background-color: rgb(70,31,248); }

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

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

 span { border-color: rgb(70,31,248); }

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