Shades of Han Purple #3303DC
Tints of Han Purple #3303DC
RGB
CMYK
RGB Variations
Color information
#3303DC (or 0x3303DC) is known color: Han Purple. HEX triplet: 33, 03 and DC. RGB value is (51,3,220). Sum of RGB (Red+Green+Blue) = 51+3+220=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #3303DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3303DC is #CCFC23. Grayscale: #292929. Windows color (decimal): -13433892 or 14418739. OLE color: 14418739.
HSL color Cylindrical-coordinate representation of color #3303DC: hue angle of 253.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3303DC is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 3 | 220 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.14 |
| HSL | 253.27º | 0.97% | 0.44% | - |
| HSV(B) | 253.27º | 0.99% | 0.86% | - |
| XYZ | 14.32 | 5.94 | 68.1 | - |
| YUV | 42.09 | 228.4 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 220 | 0.77 | 0.99 | 0 | 0.14 | 253.27 | 0.97 | 0.44 |
| Hex | 33 | 3 | DC | 4D | 63 | 0 | E | FD | 61 | 2C |
| Octal | 63 | 3 | 334 | 115 | 143 | 0 | 16 | 375 | 141 | 54 |
| Binary | 110011 | 11 | 11011100 | 1001101 | 1100011 | 0 | 1110 | 11111101 | 1100001 | 101100 |
Color Harmonies of #3303DC
Complementary color
Monochromatic Colors of #3303DC
Black with #3303DC
Text Example
Text Example
White with #3303DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3303DC; }
p { color: rgb(51,3,220); }
H1.HeaderClassName
{
color: #3303DC;
}
.AnyTagClassName
{
color: #3303DC;
}
</style>
background-color css
<style>
a { background-color: #3303DC; }
a { background-color: rgb(51,3,220); }
div.DivClassName
{
background-color: #3303DC;
}
.BgClassName
{
background-color: #3303DC;
}
</style>
border-color css
<style>
span { border-color: #3303DC; }
span { border-color: rgb(51,3,220); }
td.TdClassName
{
border-color: #3303DC;
}
.TagClassName
{
border-color: #3303DC;
}
</style>