Shades of Han Purple #2D06E8
Tints of Han Purple #2D06E8
RGB
CMYK
RGB Variations
Color information
#2D06E8 (or 0x2D06E8) is known color: Han Purple. HEX triplet: 2D, 06 and E8. RGB value is (45,6,232). Sum of RGB (Red+Green+Blue) = 45+6+232=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 232 (91.02% from 255 or 81.98% from 283); Max value from RGB is 232 - color contains mainly: blue. Hex color #2D06E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D06E8 is #D2F917. Grayscale: #2A2A2A. Windows color (decimal): -13826328 or 15205933. OLE color: 15205933.
HSL color Cylindrical-coordinate representation of color #2D06E8: hue angle of 250.35º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D06E8 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 6 | 232 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.09 |
| HSL | 250.35º | 0.95% | 0.47% | - |
| HSV(B) | 250.35º | 0.97% | 0.91% | - |
| XYZ | 15.71 | 6.51 | 76.77 | - |
| YUV | 43.43 | 234.42 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 232 | 0.81 | 0.97 | 0 | 0.09 | 250.35 | 0.95 | 0.47 |
| Hex | 2D | 6 | E8 | 51 | 61 | 0 | 9 | FA | 5F | 2F |
| Octal | 55 | 6 | 350 | 121 | 141 | 0 | 11 | 372 | 137 | 57 |
| Binary | 101101 | 110 | 11101000 | 1010001 | 1100001 | 0 | 1001 | 11111010 | 1011111 | 101111 |
Color Harmonies of #2D06E8
Complementary color
Monochromatic Colors of #2D06E8
Black with #2D06E8
Text Example
Text Example
White with #2D06E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D06E8; }
p { color: rgb(45,6,232); }
H1.HeaderClassName
{
color: #2D06E8;
}
.AnyTagClassName
{
color: #2D06E8;
}
</style>
background-color css
<style>
a { background-color: #2D06E8; }
a { background-color: rgb(45,6,232); }
div.DivClassName
{
background-color: #2D06E8;
}
.BgClassName
{
background-color: #2D06E8;
}
</style>
border-color css
<style>
span { border-color: #2D06E8; }
span { border-color: rgb(45,6,232); }
td.TdClassName
{
border-color: #2D06E8;
}
.TagClassName
{
border-color: #2D06E8;
}
</style>