#431DF1

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

Shades of Han Purple #431DF1

Tints of Han Purple #431DF1

Color information

#431DF1 (or 0x431DF1) is unknown color: approx Han Purple. HEX triplet: 43, 1D and F1. RGB value is (67,29,241). Sum of RGB (Red+Green+Blue) = 67+29+241=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #431DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431DF1 is #BCE20E. Grayscale: #3F3F3F. Windows color (decimal): -12378639 or 15801667. OLE color: 15801667.

HSL color Cylindrical-coordinate representation of color #431DF1: hue angle of 250.75º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431DF1 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6729241-
CMYK0.720.8800.05
HSL250.75º88.33%52.94%-
HSV(B)250.75º87.97%94.51%-
XYZ18.638.4283.86-
YUV64.53227.59129.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.88%
GREEN value IS 29 (11.72% from 255) = 8.61%
BLUE value IS 241 (94.53% from 255) = 71.51%
R=19.88%
G=8.61%
B=71.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal67292410.720.8800.05250.7588.3352.94
Hex431DF1485805fb5835
Octal103353611101300537313065
Binary10000111110111110001100100010110000101111110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,29,241); }

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

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

 a { background-color: rgb(67,29,241); }

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

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

 span { border-color: rgb(67,29,241); }

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