Shades of Han Purple #2F2AFD
Tints of Han Purple #2F2AFD
RGB
CMYK
RGB Variations
Color information
#2F2AFD (or 0x2F2AFD) is known color: Han Purple. HEX triplet: 2F, 2A and FD. RGB value is (47,42,253). Sum of RGB (Red+Green+Blue) = 47+42+253=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F2AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2AFD is #D0D502. Grayscale: #424242. Windows color (decimal): -13686019 or 16591407. OLE color: 16591407.
HSL color Cylindrical-coordinate representation of color #2F2AFD: hue angle of 241.42º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F2AFD is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 42 | 253 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.01 |
| HSL | 241.42º | 0.98% | 0.58% | - |
| HSV(B) | 241.42º | 0.83% | 0.99% | - |
| XYZ | 19.73 | 9.35 | 93.69 | - |
| YUV | 67.55 | 232.66 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 42 | 253 | 0.81 | 0.83 | 0 | 0.01 | 241.42 | 0.98 | 0.58 |
| Hex | 2F | 2A | FD | 51 | 53 | 0 | 1 | F1 | 62 | 3A |
| Octal | 57 | 52 | 375 | 121 | 123 | 0 | 1 | 361 | 142 | 72 |
| Binary | 101111 | 101010 | 11111101 | 1010001 | 1010011 | 0 | 1 | 11110001 | 1100010 | 111010 |
Color Harmonies of #2F2AFD
Complementary color
Monochromatic Colors of #2F2AFD
Black with #2F2AFD
Text Example
Text Example
White with #2F2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2AFD; }
p { color: rgb(47,42,253); }
H1.HeaderClassName
{
color: #2F2AFD;
}
.AnyTagClassName
{
color: #2F2AFD;
}
</style>
background-color css
<style>
a { background-color: #2F2AFD; }
a { background-color: rgb(47,42,253); }
div.DivClassName
{
background-color: #2F2AFD;
}
.BgClassName
{
background-color: #2F2AFD;
}
</style>
border-color css
<style>
span { border-color: #2F2AFD; }
span { border-color: rgb(47,42,253); }
td.TdClassName
{
border-color: #2F2AFD;
}
.TagClassName
{
border-color: #2F2AFD;
}
</style>