Shades of Han Purple #2D1FFE
Tints of Han Purple #2D1FFE
RGB
CMYK
RGB Variations
Color information
#2D1FFE (or 0x2D1FFE) is known color: Han Purple. HEX triplet: 2D, 1F and FE. RGB value is (45,31,254). Sum of RGB (Red+Green+Blue) = 45+31+254=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D1FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1FFE is #D2E001. Grayscale: #3B3B3B. Windows color (decimal): -13819906 or 16654125. OLE color: 16654125.
HSL color Cylindrical-coordinate representation of color #2D1FFE: hue angle of 243.77º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1FFE is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 31 | 254 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.00 |
| HSL | 243.77º | 0.99% | 0.56% | - |
| HSV(B) | 243.77º | 0.88% | 1% | - |
| XYZ | 19.46 | 8.69 | 94.42 | - |
| YUV | 60.61 | 237.14 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 254 | 0.82 | 0.88 | 0 | 0.00 | 243.77 | 0.99 | 0.56 |
| Hex | 2D | 1F | FE | 52 | 58 | 0 | 0 | F4 | 63 | 38 |
| Octal | 55 | 37 | 376 | 122 | 130 | 0 | 0 | 364 | 143 | 70 |
| Binary | 101101 | 11111 | 11111110 | 1010010 | 1011000 | 0 | 0 | 11110100 | 1100011 | 111000 |
Color Harmonies of #2D1FFE
Complementary color
Monochromatic Colors of #2D1FFE
Black with #2D1FFE
Text Example
Text Example
White with #2D1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FFE; }
p { color: rgb(45,31,254); }
H1.HeaderClassName
{
color: #2D1FFE;
}
.AnyTagClassName
{
color: #2D1FFE;
}
</style>
background-color css
<style>
a { background-color: #2D1FFE; }
a { background-color: rgb(45,31,254); }
div.DivClassName
{
background-color: #2D1FFE;
}
.BgClassName
{
background-color: #2D1FFE;
}
</style>
border-color css
<style>
span { border-color: #2D1FFE; }
span { border-color: rgb(45,31,254); }
td.TdClassName
{
border-color: #2D1FFE;
}
.TagClassName
{
border-color: #2D1FFE;
}
</style>