Shades of Han Purple #3801CA
Tints of Han Purple #3801CA
RGB
CMYK
RGB Variations
Color information
#3801CA (or 0x3801CA) is known color: Han Purple. HEX triplet: 38, 01 and CA. RGB value is (56,1,202). Sum of RGB (Red+Green+Blue) = 56+1+202=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 202 (79.30% from 255 or 77.99% from 259); Max value from RGB is 202 - color contains mainly: blue. Hex color #3801CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801CA is #C7FE35. Grayscale: #272727. Windows color (decimal): -13106742 or 13238584. OLE color: 13238584.
HSL color Cylindrical-coordinate representation of color #3801CA: hue angle of 256.42º 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 #3801CA is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 1 | 202 | - |
| CMYK | 0.72 | 1.00 | 0 | 0.21 |
| HSL | 256.42º | 0.99% | 0.4% | - |
| HSV(B) | 256.42º | 1% | 0.79% | - |
| XYZ | 12.3 | 5.13 | 56.22 | - |
| YUV | 40.36 | 219.22 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 202 | 0.72 | 1.00 | 0 | 0.21 | 256.42 | 0.99 | 0.4 |
| Hex | 38 | 1 | CA | 48 | 64 | 0 | 15 | 100 | 63 | 28 |
| Octal | 70 | 1 | 312 | 110 | 144 | 0 | 25 | 400 | 143 | 50 |
| Binary | 111000 | 1 | 11001010 | 1001000 | 1100100 | 0 | 10101 | 100000000 | 1100011 | 101000 |
Color Harmonies of #3801CA
Complementary color
Monochromatic Colors of #3801CA
Black with #3801CA
Text Example
Text Example
White with #3801CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801CA; }
p { color: rgb(56,1,202); }
H1.HeaderClassName
{
color: #3801CA;
}
.AnyTagClassName
{
color: #3801CA;
}
</style>
background-color css
<style>
a { background-color: #3801CA; }
a { background-color: rgb(56,1,202); }
div.DivClassName
{
background-color: #3801CA;
}
.BgClassName
{
background-color: #3801CA;
}
</style>
border-color css
<style>
span { border-color: #3801CA; }
span { border-color: rgb(56,1,202); }
td.TdClassName
{
border-color: #3801CA;
}
.TagClassName
{
border-color: #3801CA;
}
</style>