Shades of Han Purple #340BFC
Tints of Han Purple #340BFC
RGB
CMYK
RGB Variations
Color information
#340BFC (or 0x340BFC) is known color: Han Purple. HEX triplet: 34, 0B and FC. RGB value is (52,11,252). Sum of RGB (Red+Green+Blue) = 52+11+252=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #340BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340BFC is #CBF403. Grayscale: #313131. Windows color (decimal): -13366276 or 16517940. OLE color: 16517940.
HSL color Cylindrical-coordinate representation of color #340BFC: hue angle of 250.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340BFC is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 11 | 252 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.01 |
| HSL | 250.21º | 0.98% | 0.52% | - |
| HSV(B) | 250.21º | 0.96% | 0.99% | - |
| XYZ | 19.11 | 8 | 92.63 | - |
| YUV | 50.73 | 241.58 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 252 | 0.79 | 0.96 | 0 | 0.01 | 250.21 | 0.98 | 0.52 |
| Hex | 34 | B | FC | 4F | 60 | 0 | 1 | FA | 62 | 34 |
| Octal | 64 | 13 | 374 | 117 | 140 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110100 | 1011 | 11111100 | 1001111 | 1100000 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #340BFC
Complementary color
Monochromatic Colors of #340BFC
Black with #340BFC
Text Example
Text Example
White with #340BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340BFC; }
p { color: rgb(52,11,252); }
H1.HeaderClassName
{
color: #340BFC;
}
.AnyTagClassName
{
color: #340BFC;
}
</style>
background-color css
<style>
a { background-color: #340BFC; }
a { background-color: rgb(52,11,252); }
div.DivClassName
{
background-color: #340BFC;
}
.BgClassName
{
background-color: #340BFC;
}
</style>
border-color css
<style>
span { border-color: #340BFC; }
span { border-color: rgb(52,11,252); }
td.TdClassName
{
border-color: #340BFC;
}
.TagClassName
{
border-color: #340BFC;
}
</style>