Shades of Han Purple #3300D7
Tints of Han Purple #3300D7
RGB
CMYK
RGB Variations
Color information
#3300D7 (or 0x3300D7) is known color: Han Purple. HEX triplet: 33, 00 and D7. RGB value is (51,0,215). Sum of RGB (Red+Green+Blue) = 51+0+215=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 215 (84.38% from 255 or 80.83% from 266); Max value from RGB is 215 - color contains mainly: blue. Hex color #3300D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300D7 is #CCFF28. Grayscale: #262626. Windows color (decimal): -13434665 or 14090291. OLE color: 14090291.
HSL color Cylindrical-coordinate representation of color #3300D7: hue angle of 254.23º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300D7 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 0 | 215 | - |
| CMYK | 0.76 | 1 | 0 | 0.16 |
| HSL | 254.23º | 1% | 0.42% | - |
| HSV(B) | 254.23º | 1% | 0.84% | - |
| XYZ | 13.63 | 5.61 | 64.65 | - |
| YUV | 39.76 | 226.9 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 215 | 0.76 | 1 | 0 | 0.16 | 254.23 | 1 | 0.42 |
| Hex | 33 | 0 | D7 | 4C | 64 | 0 | 10 | FE | 64 | 2A |
| Octal | 63 | 0 | 327 | 114 | 144 | 0 | 20 | 376 | 144 | 52 |
| Binary | 110011 | 0 | 11010111 | 1001100 | 1100100 | 0 | 10000 | 11111110 | 1100100 | 101010 |
Color Harmonies of #3300D7
Complementary color
Monochromatic Colors of #3300D7
Black with #3300D7
Text Example
Text Example
White with #3300D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300D7; }
p { color: rgb(51,0,215); }
H1.HeaderClassName
{
color: #3300D7;
}
.AnyTagClassName
{
color: #3300D7;
}
</style>
background-color css
<style>
a { background-color: #3300D7; }
a { background-color: rgb(51,0,215); }
div.DivClassName
{
background-color: #3300D7;
}
.BgClassName
{
background-color: #3300D7;
}
</style>
border-color css
<style>
span { border-color: #3300D7; }
span { border-color: rgb(51,0,215); }
td.TdClassName
{
border-color: #3300D7;
}
.TagClassName
{
border-color: #3300D7;
}
</style>