Shades of Han Purple #2D12FE
Tints of Han Purple #2D12FE
RGB
CMYK
RGB Variations
Color information
#2D12FE (or 0x2D12FE) is known color: Han Purple. HEX triplet: 2D, 12 and FE. RGB value is (45,18,254). Sum of RGB (Red+Green+Blue) = 45+18+254=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D12FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D12FE is #D2ED01. Grayscale: #343434. Windows color (decimal): -13823234 or 16650797. OLE color: 16650797.
HSL color Cylindrical-coordinate representation of color #2D12FE: hue angle of 246.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D12FE is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 18 | 254 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.00 |
| HSL | 246.86º | 0.99% | 0.53% | - |
| HSV(B) | 246.86º | 0.93% | 1% | - |
| XYZ | 19.19 | 8.15 | 94.33 | - |
| YUV | 52.98 | 241.45 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 254 | 0.82 | 0.93 | 0 | 0.00 | 246.86 | 0.99 | 0.53 |
| Hex | 2D | 12 | FE | 52 | 5D | 0 | 0 | F7 | 63 | 35 |
| Octal | 55 | 22 | 376 | 122 | 135 | 0 | 0 | 367 | 143 | 65 |
| Binary | 101101 | 10010 | 11111110 | 1010010 | 1011101 | 0 | 0 | 11110111 | 1100011 | 110101 |
Color Harmonies of #2D12FE
Complementary color
Monochromatic Colors of #2D12FE
Black with #2D12FE
Text Example
Text Example
White with #2D12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D12FE; }
p { color: rgb(45,18,254); }
H1.HeaderClassName
{
color: #2D12FE;
}
.AnyTagClassName
{
color: #2D12FE;
}
</style>
background-color css
<style>
a { background-color: #2D12FE; }
a { background-color: rgb(45,18,254); }
div.DivClassName
{
background-color: #2D12FE;
}
.BgClassName
{
background-color: #2D12FE;
}
</style>
border-color css
<style>
span { border-color: #2D12FE; }
span { border-color: rgb(45,18,254); }
td.TdClassName
{
border-color: #2D12FE;
}
.TagClassName
{
border-color: #2D12FE;
}
</style>