Shades of Han Purple #3912CB
Tints of Han Purple #3912CB
RGB
CMYK
RGB Variations
Color information
#3912CB (or 0x3912CB) is known color: Han Purple. HEX triplet: 39, 12 and CB. RGB value is (57,18,203). Sum of RGB (Red+Green+Blue) = 57+18+203=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #3912CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3912CB is #C6ED34. Grayscale: #323232. Windows color (decimal): -13036853 or 13308473. OLE color: 13308473.
HSL color Cylindrical-coordinate representation of color #3912CB: hue angle of 252.65º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3912CB is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 18 | 203 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.20 |
| HSL | 252.65º | 0.84% | 0.43% | - |
| HSV(B) | 252.65º | 0.91% | 0.8% | - |
| XYZ | 12.68 | 5.61 | 56.92 | - |
| YUV | 50.75 | 213.92 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 203 | 0.72 | 0.91 | 0 | 0.20 | 252.65 | 0.84 | 0.43 |
| Hex | 39 | 12 | CB | 48 | 5B | 0 | 14 | FD | 54 | 2B |
| Octal | 71 | 22 | 313 | 110 | 133 | 0 | 24 | 375 | 124 | 53 |
| Binary | 111001 | 10010 | 11001011 | 1001000 | 1011011 | 0 | 10100 | 11111101 | 1010100 | 101011 |
Color Harmonies of #3912CB
Complementary color
Monochromatic Colors of #3912CB
Black with #3912CB
Text Example
Text Example
White with #3912CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3912CB; }
p { color: rgb(57,18,203); }
H1.HeaderClassName
{
color: #3912CB;
}
.AnyTagClassName
{
color: #3912CB;
}
</style>
background-color css
<style>
a { background-color: #3912CB; }
a { background-color: rgb(57,18,203); }
div.DivClassName
{
background-color: #3912CB;
}
.BgClassName
{
background-color: #3912CB;
}
</style>
border-color css
<style>
span { border-color: #3912CB; }
span { border-color: rgb(57,18,203); }
td.TdClassName
{
border-color: #3912CB;
}
.TagClassName
{
border-color: #3912CB;
}
</style>