#3320F4

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

Shades of Han Purple #3320F4

Tints of Han Purple #3320F4

Color information

#3320F4 (or 0x3320F4) is unknown color: approx Han Purple. HEX triplet: 33, 20 and F4. RGB value is (51,32,244). Sum of RGB (Red+Green+Blue) = 51+32+244=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 244 (95.70% from 255 or 74.62% from 327); Max value from RGB is 244 - color contains mainly: blue. Hex color #3320F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3320F4 is #CCDF0B. Grayscale: #3D3D3D. Windows color (decimal): -13426444 or 15999027. OLE color: 15999027.

HSL color Cylindrical-coordinate representation of color #3320F4: hue angle of 245.38º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3320F4 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5132244-
CMYK0.790.8700.04
HSL245.38º90.6%54.12%-
HSV(B)245.38º86.89%95.69%-
XYZ18.218.2786.22-
YUV61.85230.79120.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 32 (12.89% from 255) = 9.79%
BLUE value IS 244 (95.70% from 255) = 74.62%
R=15.60%
G=9.79%
B=74.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51322440.790.8700.04245.3890.654.12
Hex3320F44F5704f55b36
Octal63403641171270436513366
Binary11001110000011110100100111110101110100111101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3320F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3320F4; }

 p { color: rgb(51,32,244); }

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

<style>
 a { background-color: #3320F4; }

 a { background-color: rgb(51,32,244); }

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

<style>
 span { border-color: #3320F4; }

 span { border-color: rgb(51,32,244); }

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