Shades of Han Purple #3011FF
Tints of Han Purple #3011FF
RGB
CMYK
RGB Variations
Color information
#3011FF (or 0x3011FF) is known color: Han Purple. HEX triplet: 30, 11 and FF. RGB value is (48,17,255). Sum of RGB (Red+Green+Blue) = 48+17+255=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #3011FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3011FF is #CFEE00. Grayscale: #343434. Windows color (decimal): -13626881 or 16716080. OLE color: 16716080.
HSL color Cylindrical-coordinate representation of color #3011FF: hue angle of 247.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3011FF is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 17 | 255 | - |
| CMYK | 0.81 | 0.93 | 0 | 0 |
| HSL | 247.82º | 1% | 0.53% | - |
| HSV(B) | 247.82º | 0.93% | 1% | - |
| XYZ | 19.47 | 8.25 | 95.17 | - |
| YUV | 53.4 | 241.77 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 255 | 0.81 | 0.93 | 0 | 0 | 247.82 | 1 | 0.53 |
| Hex | 30 | 11 | FF | 51 | 5D | 0 | 0 | F8 | 64 | 35 |
| Octal | 60 | 21 | 377 | 121 | 135 | 0 | 0 | 370 | 144 | 65 |
| Binary | 110000 | 10001 | 11111111 | 1010001 | 1011101 | 0 | 0 | 11111000 | 1100100 | 110101 |
Color Harmonies of #3011FF
Complementary color
Monochromatic Colors of #3011FF
Black with #3011FF
Text Example
Text Example
White with #3011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3011FF; }
p { color: rgb(48,17,255); }
H1.HeaderClassName
{
color: #3011FF;
}
.AnyTagClassName
{
color: #3011FF;
}
</style>
background-color css
<style>
a { background-color: #3011FF; }
a { background-color: rgb(48,17,255); }
div.DivClassName
{
background-color: #3011FF;
}
.BgClassName
{
background-color: #3011FF;
}
</style>
border-color css
<style>
span { border-color: #3011FF; }
span { border-color: rgb(48,17,255); }
td.TdClassName
{
border-color: #3011FF;
}
.TagClassName
{
border-color: #3011FF;
}
</style>