Shades of Han Purple #2D12EA
Tints of Han Purple #2D12EA
RGB
CMYK
RGB Variations
Color information
#2D12EA (or 0x2D12EA) is known color: Han Purple. HEX triplet: 2D, 12 and EA. RGB value is (45,18,234). Sum of RGB (Red+Green+Blue) = 45+18+234=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D12EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D12EA is #D2ED15. Grayscale: #313131. Windows color (decimal): -13823254 or 15340077. OLE color: 15340077.
HSL color Cylindrical-coordinate representation of color #2D12EA: hue angle of 247.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D12EA is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 18 | 234 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.08 |
| HSL | 247.5º | 0.86% | 0.49% | - |
| HSV(B) | 247.5º | 0.92% | 0.92% | - |
| XYZ | 16.15 | 6.93 | 78.33 | - |
| YUV | 50.7 | 231.45 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 234 | 0.81 | 0.92 | 0 | 0.08 | 247.5 | 0.86 | 0.49 |
| Hex | 2D | 12 | EA | 51 | 5C | 0 | 8 | F8 | 56 | 31 |
| Octal | 55 | 22 | 352 | 121 | 134 | 0 | 10 | 370 | 126 | 61 |
| Binary | 101101 | 10010 | 11101010 | 1010001 | 1011100 | 0 | 1000 | 11111000 | 1010110 | 110001 |
Color Harmonies of #2D12EA
Complementary color
Monochromatic Colors of #2D12EA
Black with #2D12EA
Text Example
Text Example
White with #2D12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D12EA; }
p { color: rgb(45,18,234); }
H1.HeaderClassName
{
color: #2D12EA;
}
.AnyTagClassName
{
color: #2D12EA;
}
</style>
background-color css
<style>
a { background-color: #2D12EA; }
a { background-color: rgb(45,18,234); }
div.DivClassName
{
background-color: #2D12EA;
}
.BgClassName
{
background-color: #2D12EA;
}
</style>
border-color css
<style>
span { border-color: #2D12EA; }
span { border-color: rgb(45,18,234); }
td.TdClassName
{
border-color: #2D12EA;
}
.TagClassName
{
border-color: #2D12EA;
}
</style>