Shades of Han Purple #3309D4
Tints of Han Purple #3309D4
RGB
CMYK
RGB Variations
Color information
#3309D4 (or 0x3309D4) is known color: Han Purple. HEX triplet: 33, 09 and D4. RGB value is (51,9,212). Sum of RGB (Red+Green+Blue) = 51+9+212=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 212 (83.20% from 255 or 77.94% from 272); Max value from RGB is 212 - color contains mainly: blue. Hex color #3309D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3309D4 is #CCF62B. Grayscale: #2B2B2B. Windows color (decimal): -13432364 or 13895987. OLE color: 13895987.
HSL color Cylindrical-coordinate representation of color #3309D4: hue angle of 252.41º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3309D4 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 9 | 212 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.17 |
| HSL | 252.41º | 0.92% | 0.43% | - |
| HSV(B) | 252.41º | 0.96% | 0.83% | - |
| XYZ | 13.35 | 5.65 | 62.67 | - |
| YUV | 44.7 | 222.41 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 212 | 0.76 | 0.96 | 0 | 0.17 | 252.41 | 0.92 | 0.43 |
| Hex | 33 | 9 | D4 | 4C | 60 | 0 | 11 | FC | 5C | 2B |
| Octal | 63 | 11 | 324 | 114 | 140 | 0 | 21 | 374 | 134 | 53 |
| Binary | 110011 | 1001 | 11010100 | 1001100 | 1100000 | 0 | 10001 | 11111100 | 1011100 | 101011 |
Color Harmonies of #3309D4
Complementary color
Monochromatic Colors of #3309D4
Black with #3309D4
Text Example
Text Example
White with #3309D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3309D4; }
p { color: rgb(51,9,212); }
H1.HeaderClassName
{
color: #3309D4;
}
.AnyTagClassName
{
color: #3309D4;
}
</style>
background-color css
<style>
a { background-color: #3309D4; }
a { background-color: rgb(51,9,212); }
div.DivClassName
{
background-color: #3309D4;
}
.BgClassName
{
background-color: #3309D4;
}
</style>
border-color css
<style>
span { border-color: #3309D4; }
span { border-color: rgb(51,9,212); }
td.TdClassName
{
border-color: #3309D4;
}
.TagClassName
{
border-color: #3309D4;
}
</style>