Shades of Han Purple #331BDF
Tints of Han Purple #331BDF
RGB
CMYK
RGB Variations
Color information
#331BDF (or 0x331BDF) is known color: Han Purple. HEX triplet: 33, 1B and DF. RGB value is (51,27,223). Sum of RGB (Red+Green+Blue) = 51+27+223=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #331BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331BDF is #CCE420. Grayscale: #373737. Windows color (decimal): -13427745 or 14621491. OLE color: 14621491.
HSL color Cylindrical-coordinate representation of color #331BDF: hue angle of 247.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331BDF is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 27 | 223 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.13 |
| HSL | 247.35º | 0.78% | 0.49% | - |
| HSV(B) | 247.35º | 0.88% | 0.87% | - |
| XYZ | 15.08 | 6.82 | 70.33 | - |
| YUV | 56.52 | 221.95 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 223 | 0.77 | 0.88 | 0 | 0.13 | 247.35 | 0.78 | 0.49 |
| Hex | 33 | 1B | DF | 4D | 58 | 0 | D | F7 | 4E | 31 |
| Octal | 63 | 33 | 337 | 115 | 130 | 0 | 15 | 367 | 116 | 61 |
| Binary | 110011 | 11011 | 11011111 | 1001101 | 1011000 | 0 | 1101 | 11110111 | 1001110 | 110001 |
Color Harmonies of #331BDF
Complementary color
Monochromatic Colors of #331BDF
Black with #331BDF
Text Example
Text Example
White with #331BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331BDF; }
p { color: rgb(51,27,223); }
H1.HeaderClassName
{
color: #331BDF;
}
.AnyTagClassName
{
color: #331BDF;
}
</style>
background-color css
<style>
a { background-color: #331BDF; }
a { background-color: rgb(51,27,223); }
div.DivClassName
{
background-color: #331BDF;
}
.BgClassName
{
background-color: #331BDF;
}
</style>
border-color css
<style>
span { border-color: #331BDF; }
span { border-color: rgb(51,27,223); }
td.TdClassName
{
border-color: #331BDF;
}
.TagClassName
{
border-color: #331BDF;
}
</style>