#330BED

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

Shades of Han Purple #330BED

Tints of Han Purple #330BED

Color information

#330BED (or 0x330BED) is unknown color: approx Han Purple. HEX triplet: 33, 0B and ED. RGB value is (51,11,237). Sum of RGB (Red+Green+Blue) = 51+11+237=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #330BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BED is #CCF412. Grayscale: #2F2F2F. Windows color (decimal): -13431827 or 15534899. OLE color: 15534899.

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

Color convert

RGB5111237-
CMYK0.780.9500.07
HSL250.62º91.13%48.63%-
HSV(B)250.62º95.36%92.94%-
XYZ16.777.0680.6-
YUV48.72234.25129.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 237 (92.97% from 255) = 79.26%
R=17.06%
G=3.68%
B=79.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51112370.780.9500.07250.6291.1348.63
Hex33BED4E5F07fb5b31
Octal63133551161370737313361
Binary110011101111101101100111010111110111111110111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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