Shades of Han Purple #2D18FD
Tints of Han Purple #2D18FD
RGB
CMYK
RGB Variations
Color information
#2D18FD (or 0x2D18FD) is known color: Han Purple. HEX triplet: 2D, 18 and FD. RGB value is (45,24,253). Sum of RGB (Red+Green+Blue) = 45+24+253=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D18FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D18FD is #D2E702. Grayscale: #373737. Windows color (decimal): -13821699 or 16586797. OLE color: 16586797.
HSL color Cylindrical-coordinate representation of color #2D18FD: hue angle of 245.5º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D18FD is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 24 | 253 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.01 |
| HSL | 245.5º | 0.98% | 0.54% | - |
| HSV(B) | 245.5º | 0.91% | 0.99% | - |
| XYZ | 19.14 | 8.3 | 93.52 | - |
| YUV | 56.39 | 238.96 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 253 | 0.82 | 0.91 | 0 | 0.01 | 245.5 | 0.98 | 0.54 |
| Hex | 2D | 18 | FD | 52 | 5B | 0 | 1 | F6 | 62 | 36 |
| Octal | 55 | 30 | 375 | 122 | 133 | 0 | 1 | 366 | 142 | 66 |
| Binary | 101101 | 11000 | 11111101 | 1010010 | 1011011 | 0 | 1 | 11110110 | 1100010 | 110110 |
Color Harmonies of #2D18FD
Complementary color
Monochromatic Colors of #2D18FD
Black with #2D18FD
Text Example
Text Example
White with #2D18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D18FD; }
p { color: rgb(45,24,253); }
H1.HeaderClassName
{
color: #2D18FD;
}
.AnyTagClassName
{
color: #2D18FD;
}
</style>
background-color css
<style>
a { background-color: #2D18FD; }
a { background-color: rgb(45,24,253); }
div.DivClassName
{
background-color: #2D18FD;
}
.BgClassName
{
background-color: #2D18FD;
}
</style>
border-color css
<style>
span { border-color: #2D18FD; }
span { border-color: rgb(45,24,253); }
td.TdClassName
{
border-color: #2D18FD;
}
.TagClassName
{
border-color: #2D18FD;
}
</style>