Shades of Han Purple #340FDD
Tints of Han Purple #340FDD
RGB
CMYK
RGB Variations
Color information
#340FDD (or 0x340FDD) is known color: Han Purple. HEX triplet: 34, 0F and DD. RGB value is (52,15,221). Sum of RGB (Red+Green+Blue) = 52+15+221=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #340FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FDD is #CBF022. Grayscale: #303030. Windows color (decimal): -13365283 or 14487348. OLE color: 14487348.
HSL color Cylindrical-coordinate representation of color #340FDD: hue angle of 250.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340FDD is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 15 | 221 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.13 |
| HSL | 250.78º | 0.87% | 0.46% | - |
| HSV(B) | 250.78º | 0.93% | 0.87% | - |
| XYZ | 14.64 | 6.29 | 68.85 | - |
| YUV | 49.55 | 224.76 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 221 | 0.76 | 0.93 | 0 | 0.13 | 250.78 | 0.87 | 0.46 |
| Hex | 34 | F | DD | 4C | 5D | 0 | D | FB | 57 | 2E |
| Octal | 64 | 17 | 335 | 114 | 135 | 0 | 15 | 373 | 127 | 56 |
| Binary | 110100 | 1111 | 11011101 | 1001100 | 1011101 | 0 | 1101 | 11111011 | 1010111 | 101110 |
Color Harmonies of #340FDD
Complementary color
Monochromatic Colors of #340FDD
Black with #340FDD
Text Example
Text Example
White with #340FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340FDD; }
p { color: rgb(52,15,221); }
H1.HeaderClassName
{
color: #340FDD;
}
.AnyTagClassName
{
color: #340FDD;
}
</style>
background-color css
<style>
a { background-color: #340FDD; }
a { background-color: rgb(52,15,221); }
div.DivClassName
{
background-color: #340FDD;
}
.BgClassName
{
background-color: #340FDD;
}
</style>
border-color css
<style>
span { border-color: #340FDD; }
span { border-color: rgb(52,15,221); }
td.TdClassName
{
border-color: #340FDD;
}
.TagClassName
{
border-color: #340FDD;
}
</style>