Shades of Han Purple #2A0FFB
Tints of Han Purple #2A0FFB
RGB
CMYK
RGB Variations
Color information
#2A0FFB (or 0x2A0FFB) is known color: Han Purple. HEX triplet: 2A, 0F and FB. RGB value is (42,15,251). Sum of RGB (Red+Green+Blue) = 42+15+251=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 251 (98.44% from 255 or 81.49% from 308); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A0FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0FFB is #D5F004. Grayscale: #313131. Windows color (decimal): -14020613 or 16453418. OLE color: 16453418.
HSL color Cylindrical-coordinate representation of color #2A0FFB: hue angle of 246.86º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0FFB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 15 | 251 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.02 |
| HSL | 246.86º | 0.97% | 0.52% | - |
| HSV(B) | 246.86º | 0.94% | 0.98% | - |
| XYZ | 18.54 | 7.8 | 91.8 | - |
| YUV | 49.98 | 241.45 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 251 | 0.83 | 0.94 | 0 | 0.02 | 246.86 | 0.97 | 0.52 |
| Hex | 2A | F | FB | 53 | 5E | 0 | 2 | F7 | 61 | 34 |
| Octal | 52 | 17 | 373 | 123 | 136 | 0 | 2 | 367 | 141 | 64 |
| Binary | 101010 | 1111 | 11111011 | 1010011 | 1011110 | 0 | 10 | 11110111 | 1100001 | 110100 |
Color Harmonies of #2A0FFB
Complementary color
Monochromatic Colors of #2A0FFB
Black with #2A0FFB
Text Example
Text Example
White with #2A0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FFB; }
p { color: rgb(42,15,251); }
H1.HeaderClassName
{
color: #2A0FFB;
}
.AnyTagClassName
{
color: #2A0FFB;
}
</style>
background-color css
<style>
a { background-color: #2A0FFB; }
a { background-color: rgb(42,15,251); }
div.DivClassName
{
background-color: #2A0FFB;
}
.BgClassName
{
background-color: #2A0FFB;
}
</style>
border-color css
<style>
span { border-color: #2A0FFB; }
span { border-color: rgb(42,15,251); }
td.TdClassName
{
border-color: #2A0FFB;
}
.TagClassName
{
border-color: #2A0FFB;
}
</style>