#330de2

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

Shades of Han Purple #330DE2

Tints of Han Purple #330DE2

Color information

#330DE2 (or 0x330DE2) is unknown color: approx Han Purple. HEX triplet: 33, 0D and E2. RGB value is (51,13,226). Sum of RGB (Red+Green+Blue) = 51+13+226=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 226 (88.67% from 255 or 77.93% from 290); Max value from RGB is 226 - color contains mainly: blue. Hex color #330DE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DE2 is #CCF21D. Grayscale: #2F2F2F. Windows color (decimal): -13431326 or 14814515. OLE color: 14814515.

HSL color Cylindrical-coordinate representation of color #330DE2: hue angle of 250.7º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DE2 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5113226-
CMYK0.770.9400.11
HSL250.7º89.12%46.86%-
HSV(B)250.7º94.25%88.63%-
XYZ15.246.4872.4-
YUV48.64228.09129.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 13 (5.47% from 255) = 4.48%
BLUE value IS 226 (88.67% from 255) = 77.93%
R=17.59%
G=4.48%
B=77.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal51132260.770.9400.11250.789.1246.86
Hex33DE24D5E0Bfb592f
Octal631534211513601337313157
Binary1100111101111000101001101101111001011111110111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330de2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,13,226); }

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

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

 a { background-color: rgb(51,13,226); }

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

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

 span { border-color: rgb(51,13,226); }

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