Shades of Han Purple #2D08EA
Tints of Han Purple #2D08EA
RGB
CMYK
RGB Variations
Color information
#2D08EA (or 0x2D08EA) is known color: Han Purple. HEX triplet: 2D, 08 and EA. RGB value is (45,8,234). Sum of RGB (Red+Green+Blue) = 45+8+234=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 234 (91.80% from 255 or 81.53% from 287); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D08EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D08EA is #D2F715. Grayscale: #2B2B2B. Windows color (decimal): -13825814 or 15337517. OLE color: 15337517.
HSL color Cylindrical-coordinate representation of color #2D08EA: hue angle of 249.82º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D08EA is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 8 | 234 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.08 |
| HSL | 249.82º | 0.93% | 0.47% | - |
| HSV(B) | 249.82º | 0.97% | 0.92% | - |
| XYZ | 16.02 | 6.67 | 78.29 | - |
| YUV | 44.83 | 234.76 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 234 | 0.81 | 0.97 | 0 | 0.08 | 249.82 | 0.93 | 0.47 |
| Hex | 2D | 8 | EA | 51 | 61 | 0 | 8 | FA | 5D | 2F |
| Octal | 55 | 10 | 352 | 121 | 141 | 0 | 10 | 372 | 135 | 57 |
| Binary | 101101 | 1000 | 11101010 | 1010001 | 1100001 | 0 | 1000 | 11111010 | 1011101 | 101111 |
Color Harmonies of #2D08EA
Complementary color
Monochromatic Colors of #2D08EA
Black with #2D08EA
Text Example
Text Example
White with #2D08EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D08EA; }
p { color: rgb(45,8,234); }
H1.HeaderClassName
{
color: #2D08EA;
}
.AnyTagClassName
{
color: #2D08EA;
}
</style>
background-color css
<style>
a { background-color: #2D08EA; }
a { background-color: rgb(45,8,234); }
div.DivClassName
{
background-color: #2D08EA;
}
.BgClassName
{
background-color: #2D08EA;
}
</style>
border-color css
<style>
span { border-color: #2D08EA; }
span { border-color: rgb(45,8,234); }
td.TdClassName
{
border-color: #2D08EA;
}
.TagClassName
{
border-color: #2D08EA;
}
</style>