#332AF0

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

Shades of Han Purple #332AF0

Tints of Han Purple #332AF0

Color information

#332AF0 (or 0x332AF0) is unknown color: approx Han Purple. HEX triplet: 33, 2A and F0. RGB value is (51,42,240). Sum of RGB (Red+Green+Blue) = 51+42+240=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #332AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332AF0 is #CCD50F. Grayscale: #424242. Windows color (decimal): -13423888 or 15739443. OLE color: 15739443.

HSL color Cylindrical-coordinate representation of color #332AF0: hue angle of 242.73º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332AF0 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5142240-
CMYK0.790.8200.06
HSL242.73º86.84%55.29%-
HSV(B)242.73º82.5%94.12%-
XYZ17.928.6583.16-
YUV67.26225.48116.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 42 (16.80% from 255) = 12.61%
BLUE value IS 240 (94.14% from 255) = 72.07%
R=15.32%
G=12.61%
B=72.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51422400.790.8200.06242.7386.8455.29
Hex332AF04F5206f35737
Octal63523601171220636312767
Binary11001110101011110000100111110100100110111100111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332AF0; }

 p { color: rgb(51,42,240); }

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

<style>
 a { background-color: #332AF0; }

 a { background-color: rgb(51,42,240); }

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

<style>
 span { border-color: #332AF0; }

 span { border-color: rgb(51,42,240); }

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