Shades of Han Purple #2D0CFE
Tints of Han Purple #2D0CFE
RGB
CMYK
RGB Variations
Color information
#2D0CFE (or 0x2D0CFE) is known color: Han Purple. HEX triplet: 2D, 0C and FE. RGB value is (45,12,254). Sum of RGB (Red+Green+Blue) = 45+12+254=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 254 (99.61% from 255 or 81.67% from 311); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D0CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D0CFE is #D2F301. Grayscale: #303030. Windows color (decimal): -13824770 or 16649261. OLE color: 16649261.
HSL color Cylindrical-coordinate representation of color #2D0CFE: hue angle of 248.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0CFE is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 12 | 254 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.00 |
| HSL | 248.18º | 0.99% | 0.52% | - |
| HSV(B) | 248.18º | 0.95% | 1% | - |
| XYZ | 19.1 | 7.98 | 94.3 | - |
| YUV | 49.46 | 243.43 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 254 | 0.82 | 0.95 | 0 | 0.00 | 248.18 | 0.99 | 0.52 |
| Hex | 2D | C | FE | 52 | 5F | 0 | 0 | F8 | 63 | 34 |
| Octal | 55 | 14 | 376 | 122 | 137 | 0 | 0 | 370 | 143 | 64 |
| Binary | 101101 | 1100 | 11111110 | 1010010 | 1011111 | 0 | 0 | 11111000 | 1100011 | 110100 |
Color Harmonies of #2D0CFE
Complementary color
Monochromatic Colors of #2D0CFE
Black with #2D0CFE
Text Example
Text Example
White with #2D0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0CFE; }
p { color: rgb(45,12,254); }
H1.HeaderClassName
{
color: #2D0CFE;
}
.AnyTagClassName
{
color: #2D0CFE;
}
</style>
background-color css
<style>
a { background-color: #2D0CFE; }
a { background-color: rgb(45,12,254); }
div.DivClassName
{
background-color: #2D0CFE;
}
.BgClassName
{
background-color: #2D0CFE;
}
</style>
border-color css
<style>
span { border-color: #2D0CFE; }
span { border-color: rgb(45,12,254); }
td.TdClassName
{
border-color: #2D0CFE;
}
.TagClassName
{
border-color: #2D0CFE;
}
</style>