Shades of Han Purple #2F17DB
Tints of Han Purple #2F17DB
RGB
CMYK
RGB Variations
Color information
#2F17DB (or 0x2F17DB) is known color: Han Purple. HEX triplet: 2F, 17 and DB. RGB value is (47,23,219). Sum of RGB (Red+Green+Blue) = 47+23+219=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F17DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F17DB is #D0E824. Grayscale: #333333. Windows color (decimal): -13690917 or 14358319. OLE color: 14358319.
HSL color Cylindrical-coordinate representation of color #2F17DB: hue angle of 247.35º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F17DB is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 47 | 23 | 219 | - |
CMYK | 0.79 | 0.89 | 0 | 0.14 |
HSL | 247.35º | 0.81% | 0.47% | - |
HSV(B) | 247.35º | 0.89% | 0.86% | - |
XYZ | 14.26 | 6.33 | 67.49 | - |
YUV | 52.52 | 221.95 | 124.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 23 | 219 | 0.79 | 0.89 | 0 | 0.14 | 247.35 | 0.81 | 0.47 |
Hex | 2F | 17 | DB | 4F | 59 | 0 | E | F7 | 51 | 2F |
Octal | 57 | 27 | 333 | 117 | 131 | 0 | 16 | 367 | 121 | 57 |
Binary | 101111 | 10111 | 11011011 | 1001111 | 1011001 | 0 | 1110 | 11110111 | 1010001 | 101111 |
Color Harmonies of #2F17DB
Complementary color
Monochromatic Colors of #2F17DB
Black with #2F17DB
Text Example
Text Example
White with #2F17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F17DB; }
p { color: rgb(47,23,219); }
H1.HeaderClassName
{
color: #2F17DB;
}
.AnyTagClassName
{
color: #2F17DB;
}
</style>
background-color css
<style>
a { background-color: #2F17DB; }
a { background-color: rgb(47,23,219); }
div.DivClassName
{
background-color: #2F17DB;
}
.BgClassName
{
background-color: #2F17DB;
}
</style>
border-color css
<style>
span { border-color: #2F17DB; }
span { border-color: rgb(47,23,219); }
td.TdClassName
{
border-color: #2F17DB;
}
.TagClassName
{
border-color: #2F17DB;
}
</style>