Shades of Han Purple #332BFD
Tints of Han Purple #332BFD
RGB
CMYK
RGB Variations
Color information
#332BFD (or 0x332BFD) is known color: Han Purple. HEX triplet: 33, 2B and FD. RGB value is (51,43,253). Sum of RGB (Red+Green+Blue) = 51+43+253=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #332BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332BFD is #CCD402. Grayscale: #444444. Windows color (decimal): -13423619 or 16591667. OLE color: 16591667.
HSL color Cylindrical-coordinate representation of color #332BFD: hue angle of 242.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #332BFD is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 43 | 253 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.01 |
| HSL | 242.29º | 0.98% | 0.58% | - |
| HSV(B) | 242.29º | 0.83% | 0.99% | - |
| XYZ | 19.96 | 9.52 | 93.71 | - |
| YUV | 69.33 | 231.65 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 253 | 0.80 | 0.83 | 0 | 0.01 | 242.29 | 0.98 | 0.58 |
| Hex | 33 | 2B | FD | 50 | 53 | 0 | 1 | F2 | 62 | 3A |
| Octal | 63 | 53 | 375 | 120 | 123 | 0 | 1 | 362 | 142 | 72 |
| Binary | 110011 | 101011 | 11111101 | 1010000 | 1010011 | 0 | 1 | 11110010 | 1100010 | 111010 |
Color Harmonies of #332BFD
Complementary color
Monochromatic Colors of #332BFD
Black with #332BFD
Text Example
Text Example
White with #332BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332BFD; }
p { color: rgb(51,43,253); }
H1.HeaderClassName
{
color: #332BFD;
}
.AnyTagClassName
{
color: #332BFD;
}
</style>
background-color css
<style>
a { background-color: #332BFD; }
a { background-color: rgb(51,43,253); }
div.DivClassName
{
background-color: #332BFD;
}
.BgClassName
{
background-color: #332BFD;
}
</style>
border-color css
<style>
span { border-color: #332BFD; }
span { border-color: rgb(51,43,253); }
td.TdClassName
{
border-color: #332BFD;
}
.TagClassName
{
border-color: #332BFD;
}
</style>