Shades of Han Purple #3D1ACF
Tints of Han Purple #3D1ACF
RGB
CMYK
RGB Variations
Color information
#3D1ACF (or 0x3D1ACF) is known color: Han Purple. HEX triplet: 3D, 1A and CF. RGB value is (61,26,207). Sum of RGB (Red+Green+Blue) = 61+26+207=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D1ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1ACF is #C2E530. Grayscale: #383838. Windows color (decimal): -12772657 or 13572669. OLE color: 13572669.
HSL color Cylindrical-coordinate representation of color #3D1ACF: hue angle of 251.6º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1ACF is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 26 | 207 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.19 |
| HSL | 251.6º | 0.78% | 0.46% | - |
| HSV(B) | 251.6º | 0.87% | 0.81% | - |
| XYZ | 13.56 | 6.24 | 59.52 | - |
| YUV | 57.1 | 212.6 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 207 | 0.71 | 0.87 | 0 | 0.19 | 251.6 | 0.78 | 0.46 |
| Hex | 3D | 1A | CF | 47 | 57 | 0 | 13 | FC | 4E | 2E |
| Octal | 75 | 32 | 317 | 107 | 127 | 0 | 23 | 374 | 116 | 56 |
| Binary | 111101 | 11010 | 11001111 | 1000111 | 1010111 | 0 | 10011 | 11111100 | 1001110 | 101110 |
Color Harmonies of #3D1ACF
Complementary color
Monochromatic Colors of #3D1ACF
Black with #3D1ACF
Text Example
Text Example
White with #3D1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1ACF; }
p { color: rgb(61,26,207); }
H1.HeaderClassName
{
color: #3D1ACF;
}
.AnyTagClassName
{
color: #3D1ACF;
}
</style>
background-color css
<style>
a { background-color: #3D1ACF; }
a { background-color: rgb(61,26,207); }
div.DivClassName
{
background-color: #3D1ACF;
}
.BgClassName
{
background-color: #3D1ACF;
}
</style>
border-color css
<style>
span { border-color: #3D1ACF; }
span { border-color: rgb(61,26,207); }
td.TdClassName
{
border-color: #3D1ACF;
}
.TagClassName
{
border-color: #3D1ACF;
}
</style>