Shades of Han Purple #3325FC
Tints of Han Purple #3325FC
RGB
CMYK
RGB Variations
Color information
#3325FC (or 0x3325FC) is known color: Han Purple. HEX triplet: 33, 25 and FC. RGB value is (51,37,252). Sum of RGB (Red+Green+Blue) = 51+37+252=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #3325FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3325FC is #CCDA03. Grayscale: #404040. Windows color (decimal): -13425156 or 16524595. OLE color: 16524595.
HSL color Cylindrical-coordinate representation of color #3325FC: hue angle of 243.91º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3325FC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 37 | 252 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.01 |
| HSL | 243.91º | 0.97% | 0.57% | - |
| HSV(B) | 243.91º | 0.85% | 0.99% | - |
| XYZ | 19.6 | 9.06 | 92.81 | - |
| YUV | 65.7 | 233.14 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 252 | 0.80 | 0.85 | 0 | 0.01 | 243.91 | 0.97 | 0.57 |
| Hex | 33 | 25 | FC | 50 | 55 | 0 | 1 | F4 | 61 | 39 |
| Octal | 63 | 45 | 374 | 120 | 125 | 0 | 1 | 364 | 141 | 71 |
| Binary | 110011 | 100101 | 11111100 | 1010000 | 1010101 | 0 | 1 | 11110100 | 1100001 | 111001 |
Color Harmonies of #3325FC
Complementary color
Monochromatic Colors of #3325FC
Black with #3325FC
Text Example
Text Example
White with #3325FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3325FC; }
p { color: rgb(51,37,252); }
H1.HeaderClassName
{
color: #3325FC;
}
.AnyTagClassName
{
color: #3325FC;
}
</style>
background-color css
<style>
a { background-color: #3325FC; }
a { background-color: rgb(51,37,252); }
div.DivClassName
{
background-color: #3325FC;
}
.BgClassName
{
background-color: #3325FC;
}
</style>
border-color css
<style>
span { border-color: #3325FC; }
span { border-color: rgb(51,37,252); }
td.TdClassName
{
border-color: #3325FC;
}
.TagClassName
{
border-color: #3325FC;
}
</style>