Shades of Han Purple #331BDA
Tints of Han Purple #331BDA
RGB
CMYK
RGB Variations
Color information
#331BDA (or 0x331BDA) is known color: Han Purple. HEX triplet: 33, 1B and DA. RGB value is (51,27,218). Sum of RGB (Red+Green+Blue) = 51+27+218=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #331BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331BDA is #CCE425. Grayscale: #373737. Windows color (decimal): -13427750 or 14293811. OLE color: 14293811.
HSL color Cylindrical-coordinate representation of color #331BDA: hue angle of 247.54º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331BDA is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 27 | 218 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.15 |
| HSL | 247.54º | 0.78% | 0.48% | - |
| HSV(B) | 247.54º | 0.88% | 0.85% | - |
| XYZ | 14.41 | 6.55 | 66.83 | - |
| YUV | 55.95 | 219.45 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 218 | 0.77 | 0.88 | 0 | 0.15 | 247.54 | 0.78 | 0.48 |
| Hex | 33 | 1B | DA | 4D | 58 | 0 | F | F8 | 4E | 30 |
| Octal | 63 | 33 | 332 | 115 | 130 | 0 | 17 | 370 | 116 | 60 |
| Binary | 110011 | 11011 | 11011010 | 1001101 | 1011000 | 0 | 1111 | 11111000 | 1001110 | 110000 |
Color Harmonies of #331BDA
Complementary color
Monochromatic Colors of #331BDA
Black with #331BDA
Text Example
Text Example
White with #331BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331BDA; }
p { color: rgb(51,27,218); }
H1.HeaderClassName
{
color: #331BDA;
}
.AnyTagClassName
{
color: #331BDA;
}
</style>
background-color css
<style>
a { background-color: #331BDA; }
a { background-color: rgb(51,27,218); }
div.DivClassName
{
background-color: #331BDA;
}
.BgClassName
{
background-color: #331BDA;
}
</style>
border-color css
<style>
span { border-color: #331BDA; }
span { border-color: rgb(51,27,218); }
td.TdClassName
{
border-color: #331BDA;
}
.TagClassName
{
border-color: #331BDA;
}
</style>