Shades of Han Purple #2D0FDA
Tints of Han Purple #2D0FDA
RGB
CMYK
RGB Variations
Color information
#2D0FDA (or 0x2D0FDA) is known color: Han Purple. HEX triplet: 2D, 0F and DA. RGB value is (45,15,218). Sum of RGB (Red+Green+Blue) = 45+15+218=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D0FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FDA is #D2F025. Grayscale: #2E2E2E. Windows color (decimal): -13824038 or 14290733. OLE color: 14290733.
HSL color Cylindrical-coordinate representation of color #2D0FDA: hue angle of 248.87º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0FDA is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 15 | 218 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.15 |
| HSL | 248.87º | 0.87% | 0.46% | - |
| HSV(B) | 248.87º | 0.93% | 0.85% | - |
| XYZ | 13.91 | 5.96 | 66.75 | - |
| YUV | 47.11 | 224.44 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 218 | 0.79 | 0.93 | 0 | 0.15 | 248.87 | 0.87 | 0.46 |
| Hex | 2D | F | DA | 4F | 5D | 0 | F | F9 | 57 | 2E |
| Octal | 55 | 17 | 332 | 117 | 135 | 0 | 17 | 371 | 127 | 56 |
| Binary | 101101 | 1111 | 11011010 | 1001111 | 1011101 | 0 | 1111 | 11111001 | 1010111 | 101110 |
Color Harmonies of #2D0FDA
Complementary color
Monochromatic Colors of #2D0FDA
Black with #2D0FDA
Text Example
Text Example
White with #2D0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FDA; }
p { color: rgb(45,15,218); }
H1.HeaderClassName
{
color: #2D0FDA;
}
.AnyTagClassName
{
color: #2D0FDA;
}
</style>
background-color css
<style>
a { background-color: #2D0FDA; }
a { background-color: rgb(45,15,218); }
div.DivClassName
{
background-color: #2D0FDA;
}
.BgClassName
{
background-color: #2D0FDA;
}
</style>
border-color css
<style>
span { border-color: #2D0FDA; }
span { border-color: rgb(45,15,218); }
td.TdClassName
{
border-color: #2D0FDA;
}
.TagClassName
{
border-color: #2D0FDA;
}
</style>