#4314F2

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

Shades of Han Purple #4314F2

Tints of Han Purple #4314F2

Color information

#4314F2 (or 0x4314F2) is unknown color: approx Han Purple. HEX triplet: 43, 14 and F2. RGB value is (67,20,242). Sum of RGB (Red+Green+Blue) = 67+20+242=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 242 (94.92% from 255 or 73.56% from 329); Max value from RGB is 242 - color contains mainly: blue. Hex color #4314F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4314F2 is #BCEB0D. Grayscale: #3A3A3A. Windows color (decimal): -12380942 or 15864899. OLE color: 15864899.

HSL color Cylindrical-coordinate representation of color #4314F2: hue angle of 252.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4314F2 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6720242-
CMYK0.720.9200.05
HSL252.7º89.52%51.37%-
HSV(B)252.7º91.74%94.9%-
XYZ18.598.184.59-
YUV59.36231.07133.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.36%
GREEN value IS 20 (8.20% from 255) = 6.08%
BLUE value IS 242 (94.92% from 255) = 73.56%
R=20.36%
G=6.08%
B=73.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal67202420.720.9200.05252.789.5251.37
Hex4314F2485C05fd5a33
Octal103243621101340537513263
Binary10000111010011110010100100010111000101111111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4314F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4314F2; }

 p { color: rgb(67,20,242); }

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

<style>
 a { background-color: #4314F2; }

 a { background-color: rgb(67,20,242); }

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

<style>
 span { border-color: #4314F2; }

 span { border-color: rgb(67,20,242); }

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