Shades of Han Purple #2D1FFF
Tints of Han Purple #2D1FFF
RGB
CMYK
RGB Variations
Color information
#2D1FFF (or 0x2D1FFF) is known color: Han Purple. HEX triplet: 2D, 1F and FF. RGB value is (45,31,255). Sum of RGB (Red+Green+Blue) = 45+31+255=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D1FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1FFF is #D2E000. Grayscale: #3B3B3B. Windows color (decimal): -13819905 or 16719661. OLE color: 16719661.
HSL color Cylindrical-coordinate representation of color #2D1FFF: hue angle of 243.75º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1FFF is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 31 | 255 | - |
| CMYK | 0.82 | 0.88 | 0 | 0 |
| HSL | 243.75º | 1% | 0.56% | - |
| HSV(B) | 243.75º | 0.88% | 1% | - |
| XYZ | 19.62 | 8.76 | 95.26 | - |
| YUV | 60.72 | 237.64 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 255 | 0.82 | 0.88 | 0 | 0 | 243.75 | 1 | 0.56 |
| Hex | 2D | 1F | FF | 52 | 58 | 0 | 0 | F4 | 64 | 38 |
| Octal | 55 | 37 | 377 | 122 | 130 | 0 | 0 | 364 | 144 | 70 |
| Binary | 101101 | 11111 | 11111111 | 1010010 | 1011000 | 0 | 0 | 11110100 | 1100100 | 111000 |
Color Harmonies of #2D1FFF
Complementary color
Monochromatic Colors of #2D1FFF
Black with #2D1FFF
Text Example
Text Example
White with #2D1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FFF; }
p { color: rgb(45,31,255); }
H1.HeaderClassName
{
color: #2D1FFF;
}
.AnyTagClassName
{
color: #2D1FFF;
}
</style>
background-color css
<style>
a { background-color: #2D1FFF; }
a { background-color: rgb(45,31,255); }
div.DivClassName
{
background-color: #2D1FFF;
}
.BgClassName
{
background-color: #2D1FFF;
}
</style>
border-color css
<style>
span { border-color: #2D1FFF; }
span { border-color: rgb(45,31,255); }
td.TdClassName
{
border-color: #2D1FFF;
}
.TagClassName
{
border-color: #2D1FFF;
}
</style>