Shades of Han Purple #2D12FF
Tints of Han Purple #2D12FF
RGB
CMYK
RGB Variations
Color information
#2D12FF (or 0x2D12FF) is known color: Han Purple. HEX triplet: 2D, 12 and FF. RGB value is (45,18,255). Sum of RGB (Red+Green+Blue) = 45+18+255=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D12FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D12FF is #D2ED00. Grayscale: #343434. Windows color (decimal): -13823233 or 16716333. OLE color: 16716333.
HSL color Cylindrical-coordinate representation of color #2D12FF: hue angle of 246.84º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D12FF is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 18 | 255 | - |
| CMYK | 0.82 | 0.93 | 0 | 0 |
| HSL | 246.84º | 1% | 0.54% | - |
| HSV(B) | 246.84º | 0.93% | 1% | - |
| XYZ | 19.35 | 8.21 | 95.17 | - |
| YUV | 53.09 | 241.95 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 255 | 0.82 | 0.93 | 0 | 0 | 246.84 | 1 | 0.54 |
| Hex | 2D | 12 | FF | 52 | 5D | 0 | 0 | F7 | 64 | 36 |
| Octal | 55 | 22 | 377 | 122 | 135 | 0 | 0 | 367 | 144 | 66 |
| Binary | 101101 | 10010 | 11111111 | 1010010 | 1011101 | 0 | 0 | 11110111 | 1100100 | 110110 |
Color Harmonies of #2D12FF
Complementary color
Monochromatic Colors of #2D12FF
Black with #2D12FF
Text Example
Text Example
White with #2D12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D12FF; }
p { color: rgb(45,18,255); }
H1.HeaderClassName
{
color: #2D12FF;
}
.AnyTagClassName
{
color: #2D12FF;
}
</style>
background-color css
<style>
a { background-color: #2D12FF; }
a { background-color: rgb(45,18,255); }
div.DivClassName
{
background-color: #2D12FF;
}
.BgClassName
{
background-color: #2D12FF;
}
</style>
border-color css
<style>
span { border-color: #2D12FF; }
span { border-color: rgb(45,18,255); }
td.TdClassName
{
border-color: #2D12FF;
}
.TagClassName
{
border-color: #2D12FF;
}
</style>