Shades of Han Purple #3601DF
Tints of Han Purple #3601DF
RGB
CMYK
RGB Variations
Color information
#3601DF (or 0x3601DF) is known color: Han Purple. HEX triplet: 36, 01 and DF. RGB value is (54,1,223). Sum of RGB (Red+Green+Blue) = 54+1+223=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #3601DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3601DF is #C9FE20. Grayscale: #292929. Windows color (decimal): -13237793 or 14614838. OLE color: 14614838.
HSL color Cylindrical-coordinate representation of color #3601DF: hue angle of 254.32º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3601DF is Cyan = 0.76, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 1 | 223 | - |
| CMYK | 0.76 | 1.00 | 0 | 0.13 |
| HSL | 254.32º | 0.99% | 0.44% | - |
| HSV(B) | 254.32º | 1% | 0.87% | - |
| XYZ | 14.85 | 6.13 | 70.21 | - |
| YUV | 42.16 | 230.06 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 223 | 0.76 | 1.00 | 0 | 0.13 | 254.32 | 0.99 | 0.44 |
| Hex | 36 | 1 | DF | 4C | 64 | 0 | D | FE | 63 | 2C |
| Octal | 66 | 1 | 337 | 114 | 144 | 0 | 15 | 376 | 143 | 54 |
| Binary | 110110 | 1 | 11011111 | 1001100 | 1100100 | 0 | 1101 | 11111110 | 1100011 | 101100 |
Color Harmonies of #3601DF
Complementary color
Monochromatic Colors of #3601DF
Black with #3601DF
Text Example
Text Example
White with #3601DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3601DF; }
p { color: rgb(54,1,223); }
H1.HeaderClassName
{
color: #3601DF;
}
.AnyTagClassName
{
color: #3601DF;
}
</style>
background-color css
<style>
a { background-color: #3601DF; }
a { background-color: rgb(54,1,223); }
div.DivClassName
{
background-color: #3601DF;
}
.BgClassName
{
background-color: #3601DF;
}
</style>
border-color css
<style>
span { border-color: #3601DF; }
span { border-color: rgb(54,1,223); }
td.TdClassName
{
border-color: #3601DF;
}
.TagClassName
{
border-color: #3601DF;
}
</style>