#330AF1

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

Shades of Han Purple #330AF1

Tints of Han Purple #330AF1

Color information

#330AF1 (or 0x330AF1) is unknown color: approx Han Purple. HEX triplet: 33, 0A and F1. RGB value is (51,10,241). Sum of RGB (Red+Green+Blue) = 51+10+241=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 241 (94.53% from 255 or 79.80% from 302); Max value from RGB is 241 - color contains mainly: blue. Hex color #330AF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AF1 is #CCF50E. Grayscale: #2F2F2F. Windows color (decimal): -13432079 or 15796787. OLE color: 15796787.

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

Color convert

RGB5110241-
CMYK0.790.9600.05
HSL250.65º92.03%49.22%-
HSV(B)250.65º95.85%94.51%-
XYZ17.357.2783.71-
YUV48.59236.58129.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 10 (4.30% from 255) = 3.31%
BLUE value IS 241 (94.53% from 255) = 79.80%
R=16.89%
G=3.31%
B=79.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51102410.790.9600.05250.6592.0349.22
Hex33AF14F6005fb5c31
Octal63123611171400537313461
Binary110011101011110001100111111000000101111110111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,10,241); }

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

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

 a { background-color: rgb(51,10,241); }

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

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

 span { border-color: rgb(51,10,241); }

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