Shades of Han Purple #4315DD
Tints of Han Purple #4315DD
RGB
CMYK
RGB Variations
Color information
#4315DD (or 0x4315DD) is known color: Han Purple. HEX triplet: 43, 15 and DD. RGB value is (67,21,221). Sum of RGB (Red+Green+Blue) = 67+21+221=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #4315DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4315DD is #BCEA22. Grayscale: #383838. Windows color (decimal): -12380707 or 14488899. OLE color: 14488899.
HSL color Cylindrical-coordinate representation of color #4315DD: hue angle of 253.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4315DD is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 21 | 221 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.13 |
| HSL | 253.8º | 0.83% | 0.47% | - |
| HSV(B) | 253.8º | 0.9% | 0.87% | - |
| XYZ | 15.63 | 6.95 | 68.92 | - |
| YUV | 57.55 | 220.24 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 221 | 0.70 | 0.90 | 0 | 0.13 | 253.8 | 0.83 | 0.47 |
| Hex | 43 | 15 | DD | 46 | 5A | 0 | D | FE | 53 | 2F |
| Octal | 103 | 25 | 335 | 106 | 132 | 0 | 15 | 376 | 123 | 57 |
| Binary | 1000011 | 10101 | 11011101 | 1000110 | 1011010 | 0 | 1101 | 11111110 | 1010011 | 101111 |
Color Harmonies of #4315DD
Complementary color
Monochromatic Colors of #4315DD
Black with #4315DD
Text Example
Text Example
White with #4315DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4315DD; }
p { color: rgb(67,21,221); }
H1.HeaderClassName
{
color: #4315DD;
}
.AnyTagClassName
{
color: #4315DD;
}
</style>
background-color css
<style>
a { background-color: #4315DD; }
a { background-color: rgb(67,21,221); }
div.DivClassName
{
background-color: #4315DD;
}
.BgClassName
{
background-color: #4315DD;
}
</style>
border-color css
<style>
span { border-color: #4315DD; }
span { border-color: rgb(67,21,221); }
td.TdClassName
{
border-color: #4315DD;
}
.TagClassName
{
border-color: #4315DD;
}
</style>