#431DF0

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

Shades of Han Purple #431DF0

Tints of Han Purple #431DF0

Color information

#431DF0 (or 0x431DF0) is unknown color: approx Han Purple. HEX triplet: 43, 1D and F0. RGB value is (67,29,240). Sum of RGB (Red+Green+Blue) = 67+29+240=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 240 (94.14% from 255 or 71.43% from 336); Max value from RGB is 240 - color contains mainly: blue. Hex color #431DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431DF0 is #BCE20F. Grayscale: #3F3F3F. Windows color (decimal): -12378640 or 15736131. OLE color: 15736131.

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

Color convert

RGB6729240-
CMYK0.720.8800.06
HSL250.81º87.55%52.75%-
HSV(B)250.81º87.92%94.12%-
XYZ18.488.3683.08-
YUV64.42227.09129.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.94%
GREEN value IS 29 (11.72% from 255) = 8.63%
BLUE value IS 240 (94.14% from 255) = 71.43%
R=19.94%
G=8.63%
B=71.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal67292400.720.8800.06250.8187.5552.75
Hex431DF0485806fb5835
Octal103353601101300637313065
Binary10000111110111110000100100010110000110111110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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