Shades of Han Purple #3603FF
Tints of Han Purple #3603FF
RGB
CMYK
RGB Variations
Color information
#3603FF (or 0x3603FF) is known color: Han Purple. HEX triplet: 36, 03 and FF. RGB value is (54,3,255). Sum of RGB (Red+Green+Blue) = 54+3+255=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 255 (100% from 255 or 81.73% from 312); Max value from RGB is 255 - color contains mainly: blue. Hex color #3603FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3603FF is #C9FC00. Grayscale: #2E2E2E. Windows color (decimal): -13237249 or 16712502. OLE color: 16712502.
HSL color Cylindrical-coordinate representation of color #3603FF: hue angle of 252.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3603FF is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 3 | 255 | - |
| CMYK | 0.79 | 0.99 | 0 | 0 |
| HSL | 252.14º | 1% | 0.51% | - |
| HSV(B) | 252.14º | 0.99% | 1% | - |
| XYZ | 19.6 | 8.07 | 95.13 | - |
| YUV | 46.98 | 245.4 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 255 | 0.79 | 0.99 | 0 | 0 | 252.14 | 1 | 0.51 |
| Hex | 36 | 3 | FF | 4F | 63 | 0 | 0 | FC | 64 | 33 |
| Octal | 66 | 3 | 377 | 117 | 143 | 0 | 0 | 374 | 144 | 63 |
| Binary | 110110 | 11 | 11111111 | 1001111 | 1100011 | 0 | 0 | 11111100 | 1100100 | 110011 |
Color Harmonies of #3603FF
Complementary color
Monochromatic Colors of #3603FF
Black with #3603FF
Text Example
Text Example
White with #3603FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3603FF; }
p { color: rgb(54,3,255); }
H1.HeaderClassName
{
color: #3603FF;
}
.AnyTagClassName
{
color: #3603FF;
}
</style>
background-color css
<style>
a { background-color: #3603FF; }
a { background-color: rgb(54,3,255); }
div.DivClassName
{
background-color: #3603FF;
}
.BgClassName
{
background-color: #3603FF;
}
</style>
border-color css
<style>
span { border-color: #3603FF; }
span { border-color: rgb(54,3,255); }
td.TdClassName
{
border-color: #3603FF;
}
.TagClassName
{
border-color: #3603FF;
}
</style>