Shades of Han Purple #340BF2
Tints of Han Purple #340BF2
RGB
CMYK
RGB Variations
Color information
#340BF2 (or 0x340BF2) is known color: Han Purple. HEX triplet: 34, 0B and F2. RGB value is (52,11,242). Sum of RGB (Red+Green+Blue) = 52+11+242=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 242 (94.92% from 255 or 79.34% from 305); Max value from RGB is 242 - color contains mainly: blue. Hex color #340BF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340BF2 is #CBF40D. Grayscale: #303030. Windows color (decimal): -13366286 or 15862580. OLE color: 15862580.
HSL color Cylindrical-coordinate representation of color #340BF2: hue angle of 250.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340BF2 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 11 | 242 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.05 |
| HSL | 250.65º | 0.91% | 0.5% | - |
| HSV(B) | 250.65º | 0.95% | 0.95% | - |
| XYZ | 17.56 | 7.38 | 84.5 | - |
| YUV | 49.59 | 236.58 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 242 | 0.79 | 0.95 | 0 | 0.05 | 250.65 | 0.91 | 0.5 |
| Hex | 34 | B | F2 | 4F | 5F | 0 | 5 | FB | 5B | 32 |
| Octal | 64 | 13 | 362 | 117 | 137 | 0 | 5 | 373 | 133 | 62 |
| Binary | 110100 | 1011 | 11110010 | 1001111 | 1011111 | 0 | 101 | 11111011 | 1011011 | 110010 |
Color Harmonies of #340BF2
Complementary color
Monochromatic Colors of #340BF2
Black with #340BF2
Text Example
Text Example
White with #340BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340BF2; }
p { color: rgb(52,11,242); }
H1.HeaderClassName
{
color: #340BF2;
}
.AnyTagClassName
{
color: #340BF2;
}
</style>
background-color css
<style>
a { background-color: #340BF2; }
a { background-color: rgb(52,11,242); }
div.DivClassName
{
background-color: #340BF2;
}
.BgClassName
{
background-color: #340BF2;
}
</style>
border-color css
<style>
span { border-color: #340BF2; }
span { border-color: rgb(52,11,242); }
td.TdClassName
{
border-color: #340BF2;
}
.TagClassName
{
border-color: #340BF2;
}
</style>