#3302E6

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

Shades of Han Purple #3302E6

Tints of Han Purple #3302E6

Color information

#3302E6 (or 0x3302E6) is unknown color: approx Han Purple. HEX triplet: 33, 02 and E6. RGB value is (51,2,230). Sum of RGB (Red+Green+Blue) = 51+2+230=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 230 (90.23% from 255 or 81.27% from 283); Max value from RGB is 230 - color contains mainly: blue. Hex color #3302E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3302E6 is #CCFD19. Grayscale: #292929. Windows color (decimal): -13434138 or 15073843. OLE color: 15073843.

HSL color Cylindrical-coordinate representation of color #3302E6: hue angle of 252.89º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302E6 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB512230-
CMYK0.780.9900.10
HSL252.89º98.28%45.49%-
HSV(B)252.89º99.13%90.2%-
XYZ15.676.4675.28-
YUV42.64233.73133.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 230 (90.23% from 255) = 81.27%
R=18.02%
G=0.71%
B=81.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal5122300.780.9900.10252.8998.2845.49
Hex332E64E630Afd622d
Octal63234611614301237514255
Binary11001110111001101001110110001101010111111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3302E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3302E6; }

 p { color: rgb(51,2,230); }

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

<style>
 a { background-color: #3302E6; }

 a { background-color: rgb(51,2,230); }

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

<style>
 span { border-color: #3302E6; }

 span { border-color: rgb(51,2,230); }

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