Shades of Han Purple #3315EA
Tints of Han Purple #3315EA
RGB
CMYK
RGB Variations
Color information
#3315EA (or 0x3315EA) is known color: Han Purple. HEX triplet: 33, 15 and EA. RGB value is (51,21,234). Sum of RGB (Red+Green+Blue) = 51+21+234=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #3315EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3315EA is #CCEA15. Grayscale: #353535. Windows color (decimal): -13429270 or 15340851. OLE color: 15340851.
HSL color Cylindrical-coordinate representation of color #3315EA: hue angle of 248.45º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3315EA is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 21 | 234 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.08 |
| HSL | 248.45º | 0.84% | 0.5% | - |
| HSV(B) | 248.45º | 0.91% | 0.92% | - |
| XYZ | 16.48 | 7.18 | 78.36 | - |
| YUV | 54.25 | 229.44 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 234 | 0.78 | 0.91 | 0 | 0.08 | 248.45 | 0.84 | 0.5 |
| Hex | 33 | 15 | EA | 4E | 5B | 0 | 8 | F8 | 54 | 32 |
| Octal | 63 | 25 | 352 | 116 | 133 | 0 | 10 | 370 | 124 | 62 |
| Binary | 110011 | 10101 | 11101010 | 1001110 | 1011011 | 0 | 1000 | 11111000 | 1010100 | 110010 |
Color Harmonies of #3315EA
Complementary color
Monochromatic Colors of #3315EA
Black with #3315EA
Text Example
Text Example
White with #3315EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315EA; }
p { color: rgb(51,21,234); }
H1.HeaderClassName
{
color: #3315EA;
}
.AnyTagClassName
{
color: #3315EA;
}
</style>
background-color css
<style>
a { background-color: #3315EA; }
a { background-color: rgb(51,21,234); }
div.DivClassName
{
background-color: #3315EA;
}
.BgClassName
{
background-color: #3315EA;
}
</style>
border-color css
<style>
span { border-color: #3315EA; }
span { border-color: rgb(51,21,234); }
td.TdClassName
{
border-color: #3315EA;
}
.TagClassName
{
border-color: #3315EA;
}
</style>