#330EF3

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

Shades of Han Purple #330EF3

Tints of Han Purple #330EF3

Color information

#330EF3 (or 0x330EF3) is unknown color: approx Han Purple. HEX triplet: 33, 0E and F3. RGB value is (51,14,243). Sum of RGB (Red+Green+Blue) = 51+14+243=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 243 (95.31% from 255 or 78.90% from 308); Max value from RGB is 243 - color contains mainly: blue. Hex color #330EF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330EF3 is #CCF10C. Grayscale: #323232. Windows color (decimal): -13431053 or 15928883. OLE color: 15928883.

HSL color Cylindrical-coordinate representation of color #330EF3: hue angle of 249.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EF3 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5114243-
CMYK0.790.9400.05
HSL249.69º90.51%50.39%-
HSV(B)249.69º94.24%95.29%-
XYZ17.77.4985.31-
YUV51.17236.26127.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 14 (5.86% from 255) = 4.55%
BLUE value IS 243 (95.31% from 255) = 78.90%
R=16.56%
G=4.55%
B=78.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51142430.790.9400.05249.6990.5150.39
Hex33EF34F5E05fa5b32
Octal63163631171360537213362
Binary110011111011110011100111110111100101111110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330EF3; }

 p { color: rgb(51,14,243); }

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

<style>
 a { background-color: #330EF3; }

 a { background-color: rgb(51,14,243); }

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

<style>
 span { border-color: #330EF3; }

 span { border-color: rgb(51,14,243); }

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