Shades of Han Purple #3601FA
Tints of Han Purple #3601FA
RGB
CMYK
RGB Variations
Color information
#3601FA (or 0x3601FA) is known color: Han Purple. HEX triplet: 36, 01 and FA. RGB value is (54,1,250). Sum of RGB (Red+Green+Blue) = 54+1+250=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 250 (98.05% from 255 or 81.97% from 305); Max value from RGB is 250 - color contains mainly: blue. Hex color #3601FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3601FA is #C9FE05. Grayscale: #2C2C2C. Windows color (decimal): -13237766 or 16384310. OLE color: 16384310.
HSL color Cylindrical-coordinate representation of color #3601FA: hue angle of 252.77º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3601FA is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 1 | 250 | - |
| CMYK | 0.78 | 1.00 | 0 | 0.02 |
| HSL | 252.77º | 0.99% | 0.49% | - |
| HSV(B) | 252.77º | 1% | 0.98% | - |
| XYZ | 18.79 | 7.71 | 90.94 | - |
| YUV | 45.23 | 243.56 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 250 | 0.78 | 1.00 | 0 | 0.02 | 252.77 | 0.99 | 0.49 |
| Hex | 36 | 1 | FA | 4E | 64 | 0 | 2 | FD | 63 | 31 |
| Octal | 66 | 1 | 372 | 116 | 144 | 0 | 2 | 375 | 143 | 61 |
| Binary | 110110 | 1 | 11111010 | 1001110 | 1100100 | 0 | 10 | 11111101 | 1100011 | 110001 |
Color Harmonies of #3601FA
Complementary color
Monochromatic Colors of #3601FA
Black with #3601FA
Text Example
Text Example
White with #3601FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3601FA; }
p { color: rgb(54,1,250); }
H1.HeaderClassName
{
color: #3601FA;
}
.AnyTagClassName
{
color: #3601FA;
}
</style>
background-color css
<style>
a { background-color: #3601FA; }
a { background-color: rgb(54,1,250); }
div.DivClassName
{
background-color: #3601FA;
}
.BgClassName
{
background-color: #3601FA;
}
</style>
border-color css
<style>
span { border-color: #3601FA; }
span { border-color: rgb(54,1,250); }
td.TdClassName
{
border-color: #3601FA;
}
.TagClassName
{
border-color: #3601FA;
}
</style>