#330AEE

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

Shades of Han Purple #330AEE

Tints of Han Purple #330AEE

Color information

#330AEE (or 0x330AEE) is unknown color: approx Han Purple. HEX triplet: 33, 0A and EE. RGB value is (51,10,238). Sum of RGB (Red+Green+Blue) = 51+10+238=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 238 (93.36% from 255 or 79.60% from 299); Max value from RGB is 238 - color contains mainly: blue. Hex color #330AEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AEE is #CCF511. Grayscale: #2F2F2F. Windows color (decimal): -13432082 or 15600179. OLE color: 15600179.

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

Color convert

RGB5110238-
CMYK0.790.9600.07
HSL250.79º91.94%48.63%-
HSV(B)250.79º95.8%93.33%-
XYZ16.917.0981.37-
YUV48.25235.08129.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 10 (4.30% from 255) = 3.34%
BLUE value IS 238 (93.36% from 255) = 79.60%
R=17.06%
G=3.34%
B=79.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51102380.790.9600.07250.7991.9448.63
Hex33AEE4F6007fb5c31
Octal63123561171400737313461
Binary110011101011101110100111111000000111111110111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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