Shades of Han Purple #2F0CDB
Tints of Han Purple #2F0CDB
RGB
CMYK
RGB Variations
Color information
#2F0CDB (or 0x2F0CDB) is known color: Han Purple. HEX triplet: 2F, 0C and DB. RGB value is (47,12,219). Sum of RGB (Red+Green+Blue) = 47+12+219=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F0CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0CDB is #D0F324. Grayscale: #2D2D2D. Windows color (decimal): -13693733 or 14355503. OLE color: 14355503.
HSL color Cylindrical-coordinate representation of color #2F0CDB: hue angle of 250.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0CDB is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 12 | 219 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.14 |
| HSL | 250.14º | 0.9% | 0.45% | - |
| HSV(B) | 250.14º | 0.95% | 0.86% | - |
| XYZ | 14.09 | 5.98 | 67.43 | - |
| YUV | 46.06 | 225.6 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 219 | 0.79 | 0.95 | 0 | 0.14 | 250.14 | 0.9 | 0.45 |
| Hex | 2F | C | DB | 4F | 5F | 0 | E | FA | 5A | 2D |
| Octal | 57 | 14 | 333 | 117 | 137 | 0 | 16 | 372 | 132 | 55 |
| Binary | 101111 | 1100 | 11011011 | 1001111 | 1011111 | 0 | 1110 | 11111010 | 1011010 | 101101 |
Color Harmonies of #2F0CDB
Complementary color
Monochromatic Colors of #2F0CDB
Black with #2F0CDB
Text Example
Text Example
White with #2F0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0CDB; }
p { color: rgb(47,12,219); }
H1.HeaderClassName
{
color: #2F0CDB;
}
.AnyTagClassName
{
color: #2F0CDB;
}
</style>
background-color css
<style>
a { background-color: #2F0CDB; }
a { background-color: rgb(47,12,219); }
div.DivClassName
{
background-color: #2F0CDB;
}
.BgClassName
{
background-color: #2F0CDB;
}
</style>
border-color css
<style>
span { border-color: #2F0CDB; }
span { border-color: rgb(47,12,219); }
td.TdClassName
{
border-color: #2F0CDB;
}
.TagClassName
{
border-color: #2F0CDB;
}
</style>