Shades of Han Purple #3901CA
Tints of Han Purple #3901CA
RGB
CMYK
RGB Variations
Color information
#3901CA (or 0x3901CA) is known color: Han Purple. HEX triplet: 39, 01 and CA. RGB value is (57,1,202). Sum of RGB (Red+Green+Blue) = 57+1+202=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 202 (79.30% from 255 or 77.69% from 260); Max value from RGB is 202 - color contains mainly: blue. Hex color #3901CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3901CA is #C6FE35. Grayscale: #272727. Windows color (decimal): -13041206 or 13238585. OLE color: 13238585.
HSL color Cylindrical-coordinate representation of color #3901CA: hue angle of 256.72º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3901CA is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 1 | 202 | - |
| CMYK | 0.72 | 1.00 | 0 | 0.21 |
| HSL | 256.72º | 0.99% | 0.4% | - |
| HSV(B) | 256.72º | 1% | 0.79% | - |
| XYZ | 12.36 | 5.16 | 56.22 | - |
| YUV | 40.66 | 219.05 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 202 | 0.72 | 1.00 | 0 | 0.21 | 256.72 | 0.99 | 0.4 |
| Hex | 39 | 1 | CA | 48 | 64 | 0 | 15 | 101 | 63 | 28 |
| Octal | 71 | 1 | 312 | 110 | 144 | 0 | 25 | 401 | 143 | 50 |
| Binary | 111001 | 1 | 11001010 | 1001000 | 1100100 | 0 | 10101 | 100000001 | 1100011 | 101000 |
Color Harmonies of #3901CA
Complementary color
Monochromatic Colors of #3901CA
Black with #3901CA
Text Example
Text Example
White with #3901CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3901CA; }
p { color: rgb(57,1,202); }
H1.HeaderClassName
{
color: #3901CA;
}
.AnyTagClassName
{
color: #3901CA;
}
</style>
background-color css
<style>
a { background-color: #3901CA; }
a { background-color: rgb(57,1,202); }
div.DivClassName
{
background-color: #3901CA;
}
.BgClassName
{
background-color: #3901CA;
}
</style>
border-color css
<style>
span { border-color: #3901CA; }
span { border-color: rgb(57,1,202); }
td.TdClassName
{
border-color: #3901CA;
}
.TagClassName
{
border-color: #3901CA;
}
</style>