Shades of Han Purple #3300DC
Tints of Han Purple #3300DC
RGB
CMYK
RGB Variations
Color information
#3300DC (or 0x3300DC) is known color: Han Purple. HEX triplet: 33, 00 and DC. RGB value is (51,0,220). Sum of RGB (Red+Green+Blue) = 51+0+220=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #3300DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300DC is #CCFF23. Grayscale: #272727. Windows color (decimal): -13434660 or 14417971. OLE color: 14417971.
HSL color Cylindrical-coordinate representation of color #3300DC: hue angle of 253.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300DC is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 0 | 220 | - |
| CMYK | 0.77 | 1 | 0 | 0.14 |
| HSL | 253.91º | 1% | 0.43% | - |
| HSV(B) | 253.91º | 1% | 0.86% | - |
| XYZ | 14.28 | 5.87 | 68.09 | - |
| YUV | 40.33 | 229.4 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 220 | 0.77 | 1 | 0 | 0.14 | 253.91 | 1 | 0.43 |
| Hex | 33 | 0 | DC | 4D | 64 | 0 | E | FE | 64 | 2B |
| Octal | 63 | 0 | 334 | 115 | 144 | 0 | 16 | 376 | 144 | 53 |
| Binary | 110011 | 0 | 11011100 | 1001101 | 1100100 | 0 | 1110 | 11111110 | 1100100 | 101011 |
Color Harmonies of #3300DC
Complementary color
Monochromatic Colors of #3300DC
Black with #3300DC
Text Example
Text Example
White with #3300DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300DC; }
p { color: rgb(51,0,220); }
H1.HeaderClassName
{
color: #3300DC;
}
.AnyTagClassName
{
color: #3300DC;
}
</style>
background-color css
<style>
a { background-color: #3300DC; }
a { background-color: rgb(51,0,220); }
div.DivClassName
{
background-color: #3300DC;
}
.BgClassName
{
background-color: #3300DC;
}
</style>
border-color css
<style>
span { border-color: #3300DC; }
span { border-color: rgb(51,0,220); }
td.TdClassName
{
border-color: #3300DC;
}
.TagClassName
{
border-color: #3300DC;
}
</style>