Shades of Han Purple #331CDA
Tints of Han Purple #331CDA
RGB
CMYK
RGB Variations
Color information
#331CDA (or 0x331CDA) is known color: Han Purple. HEX triplet: 33, 1C and DA. RGB value is (51,28,218). Sum of RGB (Red+Green+Blue) = 51+28+218=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #331CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CDA is #CCE325. Grayscale: #373737. Windows color (decimal): -13427494 or 14294067. OLE color: 14294067.
HSL color Cylindrical-coordinate representation of color #331CDA: hue angle of 247.26º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331CDA is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 28 | 218 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.15 |
| HSL | 247.26º | 0.77% | 0.48% | - |
| HSV(B) | 247.26º | 0.87% | 0.85% | - |
| XYZ | 14.44 | 6.6 | 66.84 | - |
| YUV | 56.54 | 219.12 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 218 | 0.77 | 0.87 | 0 | 0.15 | 247.26 | 0.77 | 0.48 |
| Hex | 33 | 1C | DA | 4D | 57 | 0 | F | F7 | 4D | 30 |
| Octal | 63 | 34 | 332 | 115 | 127 | 0 | 17 | 367 | 115 | 60 |
| Binary | 110011 | 11100 | 11011010 | 1001101 | 1010111 | 0 | 1111 | 11110111 | 1001101 | 110000 |
Color Harmonies of #331CDA
Complementary color
Monochromatic Colors of #331CDA
Black with #331CDA
Text Example
Text Example
White with #331CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331CDA; }
p { color: rgb(51,28,218); }
H1.HeaderClassName
{
color: #331CDA;
}
.AnyTagClassName
{
color: #331CDA;
}
</style>
background-color css
<style>
a { background-color: #331CDA; }
a { background-color: rgb(51,28,218); }
div.DivClassName
{
background-color: #331CDA;
}
.BgClassName
{
background-color: #331CDA;
}
</style>
border-color css
<style>
span { border-color: #331CDA; }
span { border-color: rgb(51,28,218); }
td.TdClassName
{
border-color: #331CDA;
}
.TagClassName
{
border-color: #331CDA;
}
</style>