Shades of Han Purple #342AFB
Tints of Han Purple #342AFB
RGB
CMYK
RGB Variations
Color information
#342AFB (or 0x342AFB) is known color: Han Purple. HEX triplet: 34, 2A and FB. RGB value is (52,42,251). Sum of RGB (Red+Green+Blue) = 52+42+251=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #342AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #342AFB is #CBD504. Grayscale: #434343. Windows color (decimal): -13358341 or 16460340. OLE color: 16460340.
HSL color Cylindrical-coordinate representation of color #342AFB: hue angle of 242.87º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #342AFB is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 42 | 251 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.02 |
| HSL | 242.87º | 0.96% | 0.57% | - |
| HSV(B) | 242.87º | 0.83% | 0.98% | - |
| XYZ | 19.66 | 9.35 | 92.04 | - |
| YUV | 68.82 | 230.81 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 251 | 0.79 | 0.83 | 0 | 0.02 | 242.87 | 0.96 | 0.57 |
| Hex | 34 | 2A | FB | 4F | 53 | 0 | 2 | F3 | 60 | 39 |
| Octal | 64 | 52 | 373 | 117 | 123 | 0 | 2 | 363 | 140 | 71 |
| Binary | 110100 | 101010 | 11111011 | 1001111 | 1010011 | 0 | 10 | 11110011 | 1100000 | 111001 |
Color Harmonies of #342AFB
Complementary color
Monochromatic Colors of #342AFB
Black with #342AFB
Text Example
Text Example
White with #342AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342AFB; }
p { color: rgb(52,42,251); }
H1.HeaderClassName
{
color: #342AFB;
}
.AnyTagClassName
{
color: #342AFB;
}
</style>
background-color css
<style>
a { background-color: #342AFB; }
a { background-color: rgb(52,42,251); }
div.DivClassName
{
background-color: #342AFB;
}
.BgClassName
{
background-color: #342AFB;
}
</style>
border-color css
<style>
span { border-color: #342AFB; }
span { border-color: rgb(52,42,251); }
td.TdClassName
{
border-color: #342AFB;
}
.TagClassName
{
border-color: #342AFB;
}
</style>