#3300DD

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

Shades of Han Purple #3300DD

Tints of Han Purple #3300DD

Color information

#3300DD (or 0x3300DD) is unknown color: approx Han Purple. HEX triplet: 33, 00 and DD. RGB value is (51,0,221). Sum of RGB (Red+Green+Blue) = 51+0+221=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #3300DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300DD is #CCFF22. Grayscale: #272727. Windows color (decimal): -13434659 or 14483507. OLE color: 14483507.

HSL color Cylindrical-coordinate representation of color #3300DD: hue angle of 253.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300DD is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB510221-
CMYK0.77100.13
HSL253.85º100%43.33%-
HSV(B)253.85º100%86.67%-
XYZ14.425.9268.79-
YUV40.44229.9135.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 81.25%
R=18.75%
G=0%
B=81.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5102210.77100.13253.8510043.33
Hex330DD4D640Dfe642b
Octal63033511514401537614453
Binary1100110110111011001101110010001101111111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3300DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3300DD; }

 p { color: rgb(51,0,221); }

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

<style>
 a { background-color: #3300DD; }

 a { background-color: rgb(51,0,221); }

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

<style>
 span { border-color: #3300DD; }

 span { border-color: rgb(51,0,221); }

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