Shades of Han Purple #3325FD
Tints of Han Purple #3325FD
RGB
CMYK
RGB Variations
Color information
#3325FD (or 0x3325FD) is known color: Han Purple. HEX triplet: 33, 25 and FD. RGB value is (51,37,253). Sum of RGB (Red+Green+Blue) = 51+37+253=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #3325FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3325FD is #CCDA02. Grayscale: #404040. Windows color (decimal): -13425155 or 16590131. OLE color: 16590131.
HSL color Cylindrical-coordinate representation of color #3325FD: hue angle of 243.89º degrees, saturation: 0.98, 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 #3325FD is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 37 | 253 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.01 |
| HSL | 243.89º | 0.98% | 0.57% | - |
| HSV(B) | 243.89º | 0.85% | 0.99% | - |
| XYZ | 19.76 | 9.12 | 93.65 | - |
| YUV | 65.81 | 233.64 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 253 | 0.80 | 0.85 | 0 | 0.01 | 243.89 | 0.98 | 0.57 |
| Hex | 33 | 25 | FD | 50 | 55 | 0 | 1 | F4 | 62 | 39 |
| Octal | 63 | 45 | 375 | 120 | 125 | 0 | 1 | 364 | 142 | 71 |
| Binary | 110011 | 100101 | 11111101 | 1010000 | 1010101 | 0 | 1 | 11110100 | 1100010 | 111001 |
Color Harmonies of #3325FD
Complementary color
Monochromatic Colors of #3325FD
Black with #3325FD
Text Example
Text Example
White with #3325FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3325FD; }
p { color: rgb(51,37,253); }
H1.HeaderClassName
{
color: #3325FD;
}
.AnyTagClassName
{
color: #3325FD;
}
</style>
background-color css
<style>
a { background-color: #3325FD; }
a { background-color: rgb(51,37,253); }
div.DivClassName
{
background-color: #3325FD;
}
.BgClassName
{
background-color: #3325FD;
}
</style>
border-color css
<style>
span { border-color: #3325FD; }
span { border-color: rgb(51,37,253); }
td.TdClassName
{
border-color: #3325FD;
}
.TagClassName
{
border-color: #3325FD;
}
</style>