Shades of Han Purple #340CCD
Tints of Han Purple #340CCD
RGB
CMYK
RGB Variations
Color information
#340CCD (or 0x340CCD) is known color: Han Purple. HEX triplet: 34, 0C and CD. RGB value is (52,12,205). Sum of RGB (Red+Green+Blue) = 52+12+205=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #340CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340CCD is #CBF332. Grayscale: #2D2D2D. Windows color (decimal): -13366067 or 13438004. OLE color: 13438004.
HSL color Cylindrical-coordinate representation of color #340CCD: hue angle of 252.44º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340CCD is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 12 | 205 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.20 |
| HSL | 252.44º | 0.89% | 0.43% | - |
| HSV(B) | 252.44º | 0.94% | 0.8% | - |
| XYZ | 12.57 | 5.4 | 58.14 | - |
| YUV | 45.96 | 217.75 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 205 | 0.75 | 0.94 | 0 | 0.20 | 252.44 | 0.89 | 0.43 |
| Hex | 34 | C | CD | 4B | 5E | 0 | 14 | FC | 59 | 2B |
| Octal | 64 | 14 | 315 | 113 | 136 | 0 | 24 | 374 | 131 | 53 |
| Binary | 110100 | 1100 | 11001101 | 1001011 | 1011110 | 0 | 10100 | 11111100 | 1011001 | 101011 |
Color Harmonies of #340CCD
Complementary color
Monochromatic Colors of #340CCD
Black with #340CCD
Text Example
Text Example
White with #340CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340CCD; }
p { color: rgb(52,12,205); }
H1.HeaderClassName
{
color: #340CCD;
}
.AnyTagClassName
{
color: #340CCD;
}
</style>
background-color css
<style>
a { background-color: #340CCD; }
a { background-color: rgb(52,12,205); }
div.DivClassName
{
background-color: #340CCD;
}
.BgClassName
{
background-color: #340CCD;
}
</style>
border-color css
<style>
span { border-color: #340CCD; }
span { border-color: rgb(52,12,205); }
td.TdClassName
{
border-color: #340CCD;
}
.TagClassName
{
border-color: #340CCD;
}
</style>