Shades of Han Purple #3315CF
Tints of Han Purple #3315CF
RGB
CMYK
RGB Variations
Color information
#3315CF (or 0x3315CF) is known color: Han Purple. HEX triplet: 33, 15 and CF. RGB value is (51,21,207). Sum of RGB (Red+Green+Blue) = 51+21+207=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #3315CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315CF is #CCEA30. Grayscale: #323232. Windows color (decimal): -13429297 or 13571379. OLE color: 13571379.
HSL color Cylindrical-coordinate representation of color #3315CF: hue angle of 249.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3315CF is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 21 | 207 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.19 |
| HSL | 249.68º | 0.82% | 0.45% | - |
| HSV(B) | 249.68º | 0.9% | 0.81% | - |
| XYZ | 12.9 | 5.75 | 59.46 | - |
| YUV | 51.17 | 215.94 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 207 | 0.75 | 0.90 | 0 | 0.19 | 249.68 | 0.82 | 0.45 |
| Hex | 33 | 15 | CF | 4B | 5A | 0 | 13 | FA | 52 | 2D |
| Octal | 63 | 25 | 317 | 113 | 132 | 0 | 23 | 372 | 122 | 55 |
| Binary | 110011 | 10101 | 11001111 | 1001011 | 1011010 | 0 | 10011 | 11111010 | 1010010 | 101101 |
Color Harmonies of #3315CF
Complementary color
Monochromatic Colors of #3315CF
Black with #3315CF
Text Example
Text Example
White with #3315CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315CF; }
p { color: rgb(51,21,207); }
H1.HeaderClassName
{
color: #3315CF;
}
.AnyTagClassName
{
color: #3315CF;
}
</style>
background-color css
<style>
a { background-color: #3315CF; }
a { background-color: rgb(51,21,207); }
div.DivClassName
{
background-color: #3315CF;
}
.BgClassName
{
background-color: #3315CF;
}
</style>
border-color css
<style>
span { border-color: #3315CF; }
span { border-color: rgb(51,21,207); }
td.TdClassName
{
border-color: #3315CF;
}
.TagClassName
{
border-color: #3315CF;
}
</style>