#330BDA

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

Shades of Han Purple #330BDA

Tints of Han Purple #330BDA

Color information

#330BDA (or 0x330BDA) is unknown color: approx Han Purple. HEX triplet: 33, 0B and DA. RGB value is (51,11,218). Sum of RGB (Red+Green+Blue) = 51+11+218=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #330BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BDA is #CCF425. Grayscale: #2D2D2D. Windows color (decimal): -13431846 or 14289715. OLE color: 14289715.

HSL color Cylindrical-coordinate representation of color #330BDA: hue angle of 251.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BDA is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5111218-
CMYK0.770.9500.15
HSL251.59º90.39%44.9%-
HSV(B)251.59º94.95%85.49%-
XYZ14.146.0166.74-
YUV46.56224.75131.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 11 (4.69% from 255) = 3.93%
BLUE value IS 218 (85.55% from 255) = 77.86%
R=18.21%
G=3.93%
B=77.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51112180.770.9500.15251.5990.3944.9
Hex33BDA4D5F0Ffc5a2d
Octal631333211513701737413255
Binary1100111011110110101001101101111101111111111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,11,218); }

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

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

 a { background-color: rgb(51,11,218); }

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

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

 span { border-color: rgb(51,11,218); }

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