Shades of Han Purple #2D10FE
Tints of Han Purple #2D10FE
RGB
CMYK
RGB Variations
Color information
#2D10FE (or 0x2D10FE) is known color: Han Purple. HEX triplet: 2D, 10 and FE. RGB value is (45,16,254). Sum of RGB (Red+Green+Blue) = 45+16+254=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D10FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D10FE is #D2EF01. Grayscale: #323232. Windows color (decimal): -13823746 or 16650285. OLE color: 16650285.
HSL color Cylindrical-coordinate representation of color #2D10FE: hue angle of 247.31º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D10FE is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 16 | 254 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.00 |
| HSL | 247.31º | 0.99% | 0.53% | - |
| HSV(B) | 247.31º | 0.94% | 1% | - |
| XYZ | 19.16 | 8.08 | 94.32 | - |
| YUV | 51.8 | 242.11 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 254 | 0.82 | 0.94 | 0 | 0.00 | 247.31 | 0.99 | 0.53 |
| Hex | 2D | 10 | FE | 52 | 5E | 0 | 0 | F7 | 63 | 35 |
| Octal | 55 | 20 | 376 | 122 | 136 | 0 | 0 | 367 | 143 | 65 |
| Binary | 101101 | 10000 | 11111110 | 1010010 | 1011110 | 0 | 0 | 11110111 | 1100011 | 110101 |
Color Harmonies of #2D10FE
Complementary color
Monochromatic Colors of #2D10FE
Black with #2D10FE
Text Example
Text Example
White with #2D10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D10FE; }
p { color: rgb(45,16,254); }
H1.HeaderClassName
{
color: #2D10FE;
}
.AnyTagClassName
{
color: #2D10FE;
}
</style>
background-color css
<style>
a { background-color: #2D10FE; }
a { background-color: rgb(45,16,254); }
div.DivClassName
{
background-color: #2D10FE;
}
.BgClassName
{
background-color: #2D10FE;
}
</style>
border-color css
<style>
span { border-color: #2D10FE; }
span { border-color: rgb(45,16,254); }
td.TdClassName
{
border-color: #2D10FE;
}
.TagClassName
{
border-color: #2D10FE;
}
</style>