Shades of Han Purple #2D02FF
Tints of Han Purple #2D02FF
RGB
CMYK
RGB Variations
Color information
#2D02FF (or 0x2D02FF) is known color: Han Purple. HEX triplet: 2D, 02 and FF. RGB value is (45,2,255). Sum of RGB (Red+Green+Blue) = 45+2+255=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D02FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D02FF is #D2FD00. Grayscale: #2A2A2A. Windows color (decimal): -13827329 or 16712237. OLE color: 16712237.
HSL color Cylindrical-coordinate representation of color #2D02FF: hue angle of 250.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D02FF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 2 | 255 | - |
| CMYK | 0.82 | 0.99 | 0 | 0 |
| HSL | 250.2º | 1% | 0.5% | - |
| HSV(B) | 250.2º | 0.99% | 1% | - |
| XYZ | 19.15 | 7.82 | 95.11 | - |
| YUV | 43.7 | 247.25 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 255 | 0.82 | 0.99 | 0 | 0 | 250.2 | 1 | 0.5 |
| Hex | 2D | 2 | FF | 52 | 63 | 0 | 0 | FA | 64 | 32 |
| Octal | 55 | 2 | 377 | 122 | 143 | 0 | 0 | 372 | 144 | 62 |
| Binary | 101101 | 10 | 11111111 | 1010010 | 1100011 | 0 | 0 | 11111010 | 1100100 | 110010 |
Color Harmonies of #2D02FF
Complementary color
Monochromatic Colors of #2D02FF
Black with #2D02FF
Text Example
Text Example
White with #2D02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D02FF; }
p { color: rgb(45,2,255); }
H1.HeaderClassName
{
color: #2D02FF;
}
.AnyTagClassName
{
color: #2D02FF;
}
</style>
background-color css
<style>
a { background-color: #2D02FF; }
a { background-color: rgb(45,2,255); }
div.DivClassName
{
background-color: #2D02FF;
}
.BgClassName
{
background-color: #2D02FF;
}
</style>
border-color css
<style>
span { border-color: #2D02FF; }
span { border-color: rgb(45,2,255); }
td.TdClassName
{
border-color: #2D02FF;
}
.TagClassName
{
border-color: #2D02FF;
}
</style>