Shades of Han Purple #2D1CFB
Tints of Han Purple #2D1CFB
RGB
CMYK
RGB Variations
Color information
#2D1CFB (or 0x2D1CFB) is known color: Han Purple. HEX triplet: 2D, 1C and FB. RGB value is (45,28,251). Sum of RGB (Red+Green+Blue) = 45+28+251=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #2D1CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1CFB is #D2E304. Grayscale: #393939. Windows color (decimal): -13820677 or 16456749. OLE color: 16456749.
HSL color Cylindrical-coordinate representation of color #2D1CFB: hue angle of 244.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D1CFB is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 28 | 251 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.02 |
| HSL | 244.57º | 0.97% | 0.55% | - |
| HSV(B) | 244.57º | 0.89% | 0.98% | - |
| XYZ | 18.91 | 8.35 | 91.88 | - |
| YUV | 58.51 | 236.63 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 28 | 251 | 0.82 | 0.89 | 0 | 0.02 | 244.57 | 0.97 | 0.55 |
| Hex | 2D | 1C | FB | 52 | 59 | 0 | 2 | F5 | 61 | 37 |
| Octal | 55 | 34 | 373 | 122 | 131 | 0 | 2 | 365 | 141 | 67 |
| Binary | 101101 | 11100 | 11111011 | 1010010 | 1011001 | 0 | 10 | 11110101 | 1100001 | 110111 |
Color Harmonies of #2D1CFB
Complementary color
Monochromatic Colors of #2D1CFB
Black with #2D1CFB
Text Example
Text Example
White with #2D1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1CFB; }
p { color: rgb(45,28,251); }
H1.HeaderClassName
{
color: #2D1CFB;
}
.AnyTagClassName
{
color: #2D1CFB;
}
</style>
background-color css
<style>
a { background-color: #2D1CFB; }
a { background-color: rgb(45,28,251); }
div.DivClassName
{
background-color: #2D1CFB;
}
.BgClassName
{
background-color: #2D1CFB;
}
</style>
border-color css
<style>
span { border-color: #2D1CFB; }
span { border-color: rgb(45,28,251); }
td.TdClassName
{
border-color: #2D1CFB;
}
.TagClassName
{
border-color: #2D1CFB;
}
</style>