Shades of Han Purple #2D0AFF
Tints of Han Purple #2D0AFF
RGB
CMYK
RGB Variations
Color information
#2D0AFF (or 0x2D0AFF) is known color: Han Purple. HEX triplet: 2D, 0A and FF. RGB value is (45,10,255). Sum of RGB (Red+Green+Blue) = 45+10+255=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D0AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D0AFF is #D2F500. Grayscale: #2F2F2F. Windows color (decimal): -13825281 or 16714285. OLE color: 16714285.
HSL color Cylindrical-coordinate representation of color #2D0AFF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0AFF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 10 | 255 | - |
| CMYK | 0.82 | 0.96 | 0 | 0 |
| HSL | 248.57º | 1% | 0.52% | - |
| HSV(B) | 248.57º | 0.96% | 1% | - |
| XYZ | 19.24 | 7.99 | 95.14 | - |
| YUV | 48.4 | 244.6 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 255 | 0.82 | 0.96 | 0 | 0 | 248.57 | 1 | 0.52 |
| Hex | 2D | A | FF | 52 | 60 | 0 | 0 | F9 | 64 | 34 |
| Octal | 55 | 12 | 377 | 122 | 140 | 0 | 0 | 371 | 144 | 64 |
| Binary | 101101 | 1010 | 11111111 | 1010010 | 1100000 | 0 | 0 | 11111001 | 1100100 | 110100 |
Color Harmonies of #2D0AFF
Complementary color
Monochromatic Colors of #2D0AFF
Black with #2D0AFF
Text Example
Text Example
White with #2D0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0AFF; }
p { color: rgb(45,10,255); }
H1.HeaderClassName
{
color: #2D0AFF;
}
.AnyTagClassName
{
color: #2D0AFF;
}
</style>
background-color css
<style>
a { background-color: #2D0AFF; }
a { background-color: rgb(45,10,255); }
div.DivClassName
{
background-color: #2D0AFF;
}
.BgClassName
{
background-color: #2D0AFF;
}
</style>
border-color css
<style>
span { border-color: #2D0AFF; }
span { border-color: rgb(45,10,255); }
td.TdClassName
{
border-color: #2D0AFF;
}
.TagClassName
{
border-color: #2D0AFF;
}
</style>