Shades of Han Purple #3615FF
Tints of Han Purple #3615FF
RGB
CMYK
RGB Variations
Color information
#3615FF (or 0x3615FF) is known color: Han Purple. HEX triplet: 36, 15 and FF. RGB value is (54,21,255). Sum of RGB (Red+Green+Blue) = 54+21+255=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #3615FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3615FF is #C9EA00. Grayscale: #383838. Windows color (decimal): -13232641 or 16717110. OLE color: 16717110.
HSL color Cylindrical-coordinate representation of color #3615FF: hue angle of 248.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3615FF is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 21 | 255 | - |
| CMYK | 0.79 | 0.92 | 0 | 0 |
| HSL | 248.46º | 1% | 0.54% | - |
| HSV(B) | 248.46º | 0.92% | 1% | - |
| XYZ | 19.84 | 8.54 | 95.21 | - |
| YUV | 57.54 | 239.43 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 255 | 0.79 | 0.92 | 0 | 0 | 248.46 | 1 | 0.54 |
| Hex | 36 | 15 | FF | 4F | 5C | 0 | 0 | F8 | 64 | 36 |
| Octal | 66 | 25 | 377 | 117 | 134 | 0 | 0 | 370 | 144 | 66 |
| Binary | 110110 | 10101 | 11111111 | 1001111 | 1011100 | 0 | 0 | 11111000 | 1100100 | 110110 |
Color Harmonies of #3615FF
Complementary color
Monochromatic Colors of #3615FF
Black with #3615FF
Text Example
Text Example
White with #3615FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3615FF; }
p { color: rgb(54,21,255); }
H1.HeaderClassName
{
color: #3615FF;
}
.AnyTagClassName
{
color: #3615FF;
}
</style>
background-color css
<style>
a { background-color: #3615FF; }
a { background-color: rgb(54,21,255); }
div.DivClassName
{
background-color: #3615FF;
}
.BgClassName
{
background-color: #3615FF;
}
</style>
border-color css
<style>
span { border-color: #3615FF; }
span { border-color: rgb(54,21,255); }
td.TdClassName
{
border-color: #3615FF;
}
.TagClassName
{
border-color: #3615FF;
}
</style>