Shades of Han Purple #3325FF
Tints of Han Purple #3325FF
RGB
CMYK
RGB Variations
Color information
#3325FF (or 0x3325FF) is known color: Han Purple. HEX triplet: 33, 25 and FF. RGB value is (51,37,255). Sum of RGB (Red+Green+Blue) = 51+37+255=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #3325FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3325FF is #CCDA00. Grayscale: #414141. Windows color (decimal): -13425153 or 16721203. OLE color: 16721203.
HSL color Cylindrical-coordinate representation of color #3325FF: hue angle of 243.85º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3325FF is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 37 | 255 | - |
| CMYK | 0.8 | 0.85 | 0 | 0 |
| HSL | 243.85º | 1% | 0.57% | - |
| HSV(B) | 243.85º | 0.85% | 1% | - |
| XYZ | 20.08 | 9.25 | 95.33 | - |
| YUV | 66.04 | 234.64 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 255 | 0.8 | 0.85 | 0 | 0 | 243.85 | 1 | 0.57 |
| Hex | 33 | 25 | FF | 50 | 55 | 0 | 0 | F4 | 64 | 39 |
| Octal | 63 | 45 | 377 | 120 | 125 | 0 | 0 | 364 | 144 | 71 |
| Binary | 110011 | 100101 | 11111111 | 1010000 | 1010101 | 0 | 0 | 11110100 | 1100100 | 111001 |
Color Harmonies of #3325FF
Complementary color
Monochromatic Colors of #3325FF
Black with #3325FF
Text Example
Text Example
White with #3325FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3325FF; }
p { color: rgb(51,37,255); }
H1.HeaderClassName
{
color: #3325FF;
}
.AnyTagClassName
{
color: #3325FF;
}
</style>
background-color css
<style>
a { background-color: #3325FF; }
a { background-color: rgb(51,37,255); }
div.DivClassName
{
background-color: #3325FF;
}
.BgClassName
{
background-color: #3325FF;
}
</style>
border-color css
<style>
span { border-color: #3325FF; }
span { border-color: rgb(51,37,255); }
td.TdClassName
{
border-color: #3325FF;
}
.TagClassName
{
border-color: #3325FF;
}
</style>