#431EF0

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

Shades of Han Purple #431EF0

Tints of Han Purple #431EF0

Color information

#431EF0 (or 0x431EF0) is unknown color: approx Han Purple. HEX triplet: 43, 1E and F0. RGB value is (67,30,240). Sum of RGB (Red+Green+Blue) = 67+30+240=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #431EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431EF0 is #BCE10F. Grayscale: #404040. Windows color (decimal): -12378384 or 15736387. OLE color: 15736387.

HSL color Cylindrical-coordinate representation of color #431EF0: hue angle of 250.57º 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 #431EF0 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6730240-
CMYK0.720.8700.06
HSL250.57º87.5%52.94%-
HSV(B)250.57º87.5%94.12%-
XYZ18.518.4183.09-
YUV65226.76129.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.88%
GREEN value IS 30 (12.11% from 255) = 8.90%
BLUE value IS 240 (94.14% from 255) = 71.22%
R=19.88%
G=8.90%
B=71.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal67302400.720.8700.06250.5787.552.94
Hex431EF0485706fb5835
Octal103363601101270637313065
Binary10000111111011110000100100010101110110111110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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