Shades of Han Purple #3608F5
Tints of Han Purple #3608F5
RGB
CMYK
RGB Variations
Color information
#3608F5 (or 0x3608F5) is known color: Han Purple. HEX triplet: 36, 08 and F5. RGB value is (54,8,245). Sum of RGB (Red+Green+Blue) = 54+8+245=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 245 (96.09% from 255 or 79.80% from 307); Max value from RGB is 245 - color contains mainly: blue. Hex color #3608F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3608F5 is #C9F70A. Grayscale: #2F2F2F. Windows color (decimal): -13235979 or 16058422. OLE color: 16058422.
HSL color Cylindrical-coordinate representation of color #3608F5: hue angle of 251.65º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3608F5 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 8 | 245 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.04 |
| HSL | 251.65º | 0.94% | 0.5% | - |
| HSV(B) | 251.65º | 0.97% | 0.96% | - |
| XYZ | 18.09 | 7.55 | 86.89 | - |
| YUV | 48.77 | 238.74 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 245 | 0.78 | 0.97 | 0 | 0.04 | 251.65 | 0.94 | 0.5 |
| Hex | 36 | 8 | F5 | 4E | 61 | 0 | 4 | FC | 5E | 32 |
| Octal | 66 | 10 | 365 | 116 | 141 | 0 | 4 | 374 | 136 | 62 |
| Binary | 110110 | 1000 | 11110101 | 1001110 | 1100001 | 0 | 100 | 11111100 | 1011110 | 110010 |
Color Harmonies of #3608F5
Complementary color
Monochromatic Colors of #3608F5
Black with #3608F5
Text Example
Text Example
White with #3608F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3608F5; }
p { color: rgb(54,8,245); }
H1.HeaderClassName
{
color: #3608F5;
}
.AnyTagClassName
{
color: #3608F5;
}
</style>
background-color css
<style>
a { background-color: #3608F5; }
a { background-color: rgb(54,8,245); }
div.DivClassName
{
background-color: #3608F5;
}
.BgClassName
{
background-color: #3608F5;
}
</style>
border-color css
<style>
span { border-color: #3608F5; }
span { border-color: rgb(54,8,245); }
td.TdClassName
{
border-color: #3608F5;
}
.TagClassName
{
border-color: #3608F5;
}
</style>