Shades of Han Purple #2D1FFD
Tints of Han Purple #2D1FFD
RGB
CMYK
RGB Variations
Color information
#2D1FFD (or 0x2D1FFD) is known color: Han Purple. HEX triplet: 2D, 1F and FD. RGB value is (45,31,253). Sum of RGB (Red+Green+Blue) = 45+31+253=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D1FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1FFD is #D2E002. Grayscale: #3B3B3B. Windows color (decimal): -13819907 or 16588589. OLE color: 16588589.
HSL color Cylindrical-coordinate representation of color #2D1FFD: hue angle of 243.78º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1FFD is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 31 | 253 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.01 |
| HSL | 243.78º | 0.98% | 0.56% | - |
| HSV(B) | 243.78º | 0.88% | 0.99% | - |
| XYZ | 19.3 | 8.63 | 93.58 | - |
| YUV | 60.49 | 236.64 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 253 | 0.82 | 0.88 | 0 | 0.01 | 243.78 | 0.98 | 0.56 |
| Hex | 2D | 1F | FD | 52 | 58 | 0 | 1 | F4 | 62 | 38 |
| Octal | 55 | 37 | 375 | 122 | 130 | 0 | 1 | 364 | 142 | 70 |
| Binary | 101101 | 11111 | 11111101 | 1010010 | 1011000 | 0 | 1 | 11110100 | 1100010 | 111000 |
Color Harmonies of #2D1FFD
Complementary color
Monochromatic Colors of #2D1FFD
Black with #2D1FFD
Text Example
Text Example
White with #2D1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FFD; }
p { color: rgb(45,31,253); }
H1.HeaderClassName
{
color: #2D1FFD;
}
.AnyTagClassName
{
color: #2D1FFD;
}
</style>
background-color css
<style>
a { background-color: #2D1FFD; }
a { background-color: rgb(45,31,253); }
div.DivClassName
{
background-color: #2D1FFD;
}
.BgClassName
{
background-color: #2D1FFD;
}
</style>
border-color css
<style>
span { border-color: #2D1FFD; }
span { border-color: rgb(45,31,253); }
td.TdClassName
{
border-color: #2D1FFD;
}
.TagClassName
{
border-color: #2D1FFD;
}
</style>