#330ED4

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

Shades of Han Purple #330ED4

Tints of Han Purple #330ED4

Color information

#330ED4 (or 0x330ED4) is unknown color: approx Han Purple. HEX triplet: 33, 0E and D4. RGB value is (51,14,212). Sum of RGB (Red+Green+Blue) = 51+14+212=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 212 (83.20% from 255 or 76.53% from 277); Max value from RGB is 212 - color contains mainly: blue. Hex color #330ED4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ED4 is #CCF12B. Grayscale: #2E2E2E. Windows color (decimal): -13431084 or 13897267. OLE color: 13897267.

HSL color Cylindrical-coordinate representation of color #330ED4: hue angle of 251.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330ED4 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5114212-
CMYK0.760.9300.17
HSL251.21º87.61%44.31%-
HSV(B)251.21º93.4%83.14%-
XYZ13.415.7762.69-
YUV47.64220.76130.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 212 (83.20% from 255) = 76.53%
R=18.41%
G=5.05%
B=76.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal51142120.760.9300.17251.2187.6144.31
Hex33ED44C5D011fb582c
Octal631632411413502137313054
Binary11001111101101010010011001011101010001111110111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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