Shades of Han Purple #2F08DB
Tints of Han Purple #2F08DB
RGB
CMYK
RGB Variations
Color information
#2F08DB (or 0x2F08DB) is known color: Han Purple. HEX triplet: 2F, 08 and DB. RGB value is (47,8,219). Sum of RGB (Red+Green+Blue) = 47+8+219=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F08DB is #D0F724. Grayscale: #2A2A2A. Windows color (decimal): -13694757 or 14354479. OLE color: 14354479.
HSL color Cylindrical-coordinate representation of color #2F08DB: hue angle of 251.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F08DB is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 8 | 219 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.14 |
| HSL | 251.09º | 0.93% | 0.45% | - |
| HSV(B) | 251.09º | 0.96% | 0.86% | - |
| XYZ | 14.05 | 5.89 | 67.41 | - |
| YUV | 43.72 | 226.92 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 219 | 0.79 | 0.96 | 0 | 0.14 | 251.09 | 0.93 | 0.45 |
| Hex | 2F | 8 | DB | 4F | 60 | 0 | E | FB | 5D | 2D |
| Octal | 57 | 10 | 333 | 117 | 140 | 0 | 16 | 373 | 135 | 55 |
| Binary | 101111 | 1000 | 11011011 | 1001111 | 1100000 | 0 | 1110 | 11111011 | 1011101 | 101101 |
Color Harmonies of #2F08DB
Complementary color
Monochromatic Colors of #2F08DB
Black with #2F08DB
Text Example
Text Example
White with #2F08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F08DB; }
p { color: rgb(47,8,219); }
H1.HeaderClassName
{
color: #2F08DB;
}
.AnyTagClassName
{
color: #2F08DB;
}
</style>
background-color css
<style>
a { background-color: #2F08DB; }
a { background-color: rgb(47,8,219); }
div.DivClassName
{
background-color: #2F08DB;
}
.BgClassName
{
background-color: #2F08DB;
}
</style>
border-color css
<style>
span { border-color: #2F08DB; }
span { border-color: rgb(47,8,219); }
td.TdClassName
{
border-color: #2F08DB;
}
.TagClassName
{
border-color: #2F08DB;
}
</style>