Shades of Han Purple #3D1CFB
Tints of Han Purple #3D1CFB
RGB
CMYK
RGB Variations
Color information
#3D1CFB (or 0x3D1CFB) is known color: Han Purple. HEX triplet: 3D, 1C and FB. RGB value is (61,28,251). Sum of RGB (Red+Green+Blue) = 61+28+251=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D1CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1CFB is #C2E304. Grayscale: #3E3E3E. Windows color (decimal): -12772101 or 16456765. OLE color: 16456765.
HSL color Cylindrical-coordinate representation of color #3D1CFB: hue angle of 248.88º 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 #3D1CFB is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 28 | 251 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.02 |
| HSL | 248.88º | 0.97% | 0.55% | - |
| HSV(B) | 248.88º | 0.89% | 0.98% | - |
| XYZ | 19.75 | 8.79 | 91.92 | - |
| YUV | 63.29 | 233.93 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 251 | 0.76 | 0.89 | 0 | 0.02 | 248.88 | 0.97 | 0.55 |
| Hex | 3D | 1C | FB | 4C | 59 | 0 | 2 | F9 | 61 | 37 |
| Octal | 75 | 34 | 373 | 114 | 131 | 0 | 2 | 371 | 141 | 67 |
| Binary | 111101 | 11100 | 11111011 | 1001100 | 1011001 | 0 | 10 | 11111001 | 1100001 | 110111 |
Color Harmonies of #3D1CFB
Complementary color
Monochromatic Colors of #3D1CFB
Black with #3D1CFB
Text Example
Text Example
White with #3D1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1CFB; }
p { color: rgb(61,28,251); }
H1.HeaderClassName
{
color: #3D1CFB;
}
.AnyTagClassName
{
color: #3D1CFB;
}
</style>
background-color css
<style>
a { background-color: #3D1CFB; }
a { background-color: rgb(61,28,251); }
div.DivClassName
{
background-color: #3D1CFB;
}
.BgClassName
{
background-color: #3D1CFB;
}
</style>
border-color css
<style>
span { border-color: #3D1CFB; }
span { border-color: rgb(61,28,251); }
td.TdClassName
{
border-color: #3D1CFB;
}
.TagClassName
{
border-color: #3D1CFB;
}
</style>