Shades of Han Purple #3901CB
Tints of Han Purple #3901CB
RGB
CMYK
RGB Variations
Color information
#3901CB (or 0x3901CB) is known color: Han Purple. HEX triplet: 39, 01 and CB. RGB value is (57,1,203). Sum of RGB (Red+Green+Blue) = 57+1+203=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #3901CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3901CB is #C6FE34. Grayscale: #282828. Windows color (decimal): -13041205 or 13304121. OLE color: 13304121.
HSL color Cylindrical-coordinate representation of color #3901CB: hue angle of 256.63º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3901CB is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 1 | 203 | - |
| CMYK | 0.72 | 1.00 | 0 | 0.20 |
| HSL | 256.63º | 0.99% | 0.4% | - |
| HSV(B) | 256.63º | 1% | 0.8% | - |
| XYZ | 12.48 | 5.2 | 56.85 | - |
| YUV | 40.77 | 219.55 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 203 | 0.72 | 1.00 | 0 | 0.20 | 256.63 | 0.99 | 0.4 |
| Hex | 39 | 1 | CB | 48 | 64 | 0 | 14 | 101 | 63 | 28 |
| Octal | 71 | 1 | 313 | 110 | 144 | 0 | 24 | 401 | 143 | 50 |
| Binary | 111001 | 1 | 11001011 | 1001000 | 1100100 | 0 | 10100 | 100000001 | 1100011 | 101000 |
Color Harmonies of #3901CB
Complementary color
Monochromatic Colors of #3901CB
Black with #3901CB
Text Example
Text Example
White with #3901CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3901CB; }
p { color: rgb(57,1,203); }
H1.HeaderClassName
{
color: #3901CB;
}
.AnyTagClassName
{
color: #3901CB;
}
</style>
background-color css
<style>
a { background-color: #3901CB; }
a { background-color: rgb(57,1,203); }
div.DivClassName
{
background-color: #3901CB;
}
.BgClassName
{
background-color: #3901CB;
}
</style>
border-color css
<style>
span { border-color: #3901CB; }
span { border-color: rgb(57,1,203); }
td.TdClassName
{
border-color: #3901CB;
}
.TagClassName
{
border-color: #3901CB;
}
</style>