#4304F2

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

Shades of Han Purple #4304F2

Tints of Han Purple #4304F2

Color information

#4304F2 (or 0x4304F2) is unknown color: approx Han Purple. HEX triplet: 43, 04 and F2. RGB value is (67,4,242). Sum of RGB (Red+Green+Blue) = 67+4+242=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 242 (94.92% from 255 or 77.32% from 313); Max value from RGB is 242 - color contains mainly: blue. Hex color #4304F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4304F2 is #BCFB0D. Grayscale: #313131. Windows color (decimal): -12385038 or 15860803. OLE color: 15860803.

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

Color convert

RGB674242-
CMYK0.720.9800.05
HSL255.88º96.75%48.24%-
HSV(B)255.88º98.35%94.9%-
XYZ18.397.6984.52-
YUV49.97236.37140.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.41%
GREEN value IS 4 (1.95% from 255) = 1.28%
BLUE value IS 242 (94.92% from 255) = 77.32%
R=21.41%
G=1.28%
B=77.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6742420.720.9800.05255.8896.7548.24
Hex434F24862051006130
Octal10343621101420540014160
Binary1000011100111100101001000110001001011000000001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4304F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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