Shades of Han Purple #2F0CEB
Tints of Han Purple #2F0CEB
RGB
CMYK
RGB Variations
Color information
#2F0CEB (or 0x2F0CEB) is known color: Han Purple. HEX triplet: 2F, 0C and EB. RGB value is (47,12,235). Sum of RGB (Red+Green+Blue) = 47+12+235=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F0CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0CEB is #D0F314. Grayscale: #2F2F2F. Windows color (decimal): -13693717 or 15404079. OLE color: 15404079.
HSL color Cylindrical-coordinate representation of color #2F0CEB: hue angle of 249.42º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0CEB is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 12 | 235 | - |
| CMYK | 0.8 | 0.95 | 0 | 0.08 |
| HSL | 249.42º | 0.9% | 0.48% | - |
| HSV(B) | 249.42º | 0.95% | 0.92% | - |
| XYZ | 16.3 | 6.87 | 79.06 | - |
| YUV | 47.89 | 233.6 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 235 | 0.8 | 0.95 | 0 | 0.08 | 249.42 | 0.9 | 0.48 |
| Hex | 2F | C | EB | 50 | 5F | 0 | 8 | F9 | 5A | 30 |
| Octal | 57 | 14 | 353 | 120 | 137 | 0 | 10 | 371 | 132 | 60 |
| Binary | 101111 | 1100 | 11101011 | 1010000 | 1011111 | 0 | 1000 | 11111001 | 1011010 | 110000 |
Color Harmonies of #2F0CEB
Complementary color
Monochromatic Colors of #2F0CEB
Black with #2F0CEB
Text Example
Text Example
White with #2F0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0CEB; }
p { color: rgb(47,12,235); }
H1.HeaderClassName
{
color: #2F0CEB;
}
.AnyTagClassName
{
color: #2F0CEB;
}
</style>
background-color css
<style>
a { background-color: #2F0CEB; }
a { background-color: rgb(47,12,235); }
div.DivClassName
{
background-color: #2F0CEB;
}
.BgClassName
{
background-color: #2F0CEB;
}
</style>
border-color css
<style>
span { border-color: #2F0CEB; }
span { border-color: rgb(47,12,235); }
td.TdClassName
{
border-color: #2F0CEB;
}
.TagClassName
{
border-color: #2F0CEB;
}
</style>