Shades of Han Purple #2F2AFB
Tints of Han Purple #2F2AFB
RGB
CMYK
RGB Variations
Color information
#2F2AFB (or 0x2F2AFB) is known color: Han Purple. HEX triplet: 2F, 2A and FB. RGB value is (47,42,251). Sum of RGB (Red+Green+Blue) = 47+42+251=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F2AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2AFB is #D0D504. Grayscale: #424242. Windows color (decimal): -13686021 or 16460335. OLE color: 16460335.
HSL color Cylindrical-coordinate representation of color #2F2AFB: hue angle of 241.44º 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 #2F2AFB is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 42 | 251 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.02 |
| HSL | 241.44º | 0.96% | 0.57% | - |
| HSV(B) | 241.44º | 0.83% | 0.98% | - |
| XYZ | 19.41 | 9.23 | 92.02 | - |
| YUV | 67.32 | 231.66 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 42 | 251 | 0.81 | 0.83 | 0 | 0.02 | 241.44 | 0.96 | 0.57 |
| Hex | 2F | 2A | FB | 51 | 53 | 0 | 2 | F1 | 60 | 39 |
| Octal | 57 | 52 | 373 | 121 | 123 | 0 | 2 | 361 | 140 | 71 |
| Binary | 101111 | 101010 | 11111011 | 1010001 | 1010011 | 0 | 10 | 11110001 | 1100000 | 111001 |
Color Harmonies of #2F2AFB
Complementary color
Monochromatic Colors of #2F2AFB
Black with #2F2AFB
Text Example
Text Example
White with #2F2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2AFB; }
p { color: rgb(47,42,251); }
H1.HeaderClassName
{
color: #2F2AFB;
}
.AnyTagClassName
{
color: #2F2AFB;
}
</style>
background-color css
<style>
a { background-color: #2F2AFB; }
a { background-color: rgb(47,42,251); }
div.DivClassName
{
background-color: #2F2AFB;
}
.BgClassName
{
background-color: #2F2AFB;
}
</style>
border-color css
<style>
span { border-color: #2F2AFB; }
span { border-color: rgb(47,42,251); }
td.TdClassName
{
border-color: #2F2AFB;
}
.TagClassName
{
border-color: #2F2AFB;
}
</style>