Shades of Han Purple #340CCE
Tints of Han Purple #340CCE
RGB
CMYK
RGB Variations
Color information
#340CCE (or 0x340CCE) is known color: Han Purple. HEX triplet: 34, 0C and CE. RGB value is (52,12,206). Sum of RGB (Red+Green+Blue) = 52+12+206=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #340CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340CCE is #CBF331. Grayscale: #2D2D2D. Windows color (decimal): -13366066 or 13503540. OLE color: 13503540.
HSL color Cylindrical-coordinate representation of color #340CCE: hue angle of 252.37º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340CCE is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 12 | 206 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.19 |
| HSL | 252.37º | 0.89% | 0.43% | - |
| HSV(B) | 252.37º | 0.94% | 0.81% | - |
| XYZ | 12.69 | 5.45 | 58.78 | - |
| YUV | 46.08 | 218.25 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 206 | 0.75 | 0.94 | 0 | 0.19 | 252.37 | 0.89 | 0.43 |
| Hex | 34 | C | CE | 4B | 5E | 0 | 13 | FC | 59 | 2B |
| Octal | 64 | 14 | 316 | 113 | 136 | 0 | 23 | 374 | 131 | 53 |
| Binary | 110100 | 1100 | 11001110 | 1001011 | 1011110 | 0 | 10011 | 11111100 | 1011001 | 101011 |
Color Harmonies of #340CCE
Complementary color
Monochromatic Colors of #340CCE
Black with #340CCE
Text Example
Text Example
White with #340CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340CCE; }
p { color: rgb(52,12,206); }
H1.HeaderClassName
{
color: #340CCE;
}
.AnyTagClassName
{
color: #340CCE;
}
</style>
background-color css
<style>
a { background-color: #340CCE; }
a { background-color: rgb(52,12,206); }
div.DivClassName
{
background-color: #340CCE;
}
.BgClassName
{
background-color: #340CCE;
}
</style>
border-color css
<style>
span { border-color: #340CCE; }
span { border-color: rgb(52,12,206); }
td.TdClassName
{
border-color: #340CCE;
}
.TagClassName
{
border-color: #340CCE;
}
</style>