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