Shades of Han Purple #3608CF
Tints of Han Purple #3608CF
RGB
CMYK
RGB Variations
Color information
#3608CF (or 0x3608CF) is known color: Han Purple. HEX triplet: 36, 08 and CF. RGB value is (54,8,207). Sum of RGB (Red+Green+Blue) = 54+8+207=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #3608CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3608CF is #C9F730. Grayscale: #2B2B2B. Windows color (decimal): -13236017 or 13568054. OLE color: 13568054.
HSL color Cylindrical-coordinate representation of color #3608CF: hue angle of 253.87º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3608CF is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 8 | 207 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.19 |
| HSL | 253.87º | 0.93% | 0.42% | - |
| HSV(B) | 253.87º | 0.96% | 0.81% | - |
| XYZ | 12.87 | 5.46 | 59.41 | - |
| YUV | 44.44 | 219.74 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 207 | 0.74 | 0.96 | 0 | 0.19 | 253.87 | 0.93 | 0.42 |
| Hex | 36 | 8 | CF | 4A | 60 | 0 | 13 | FE | 5D | 2A |
| Octal | 66 | 10 | 317 | 112 | 140 | 0 | 23 | 376 | 135 | 52 |
| Binary | 110110 | 1000 | 11001111 | 1001010 | 1100000 | 0 | 10011 | 11111110 | 1011101 | 101010 |
Color Harmonies of #3608CF
Complementary color
Monochromatic Colors of #3608CF
Black with #3608CF
Text Example
Text Example
White with #3608CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3608CF; }
p { color: rgb(54,8,207); }
H1.HeaderClassName
{
color: #3608CF;
}
.AnyTagClassName
{
color: #3608CF;
}
</style>
background-color css
<style>
a { background-color: #3608CF; }
a { background-color: rgb(54,8,207); }
div.DivClassName
{
background-color: #3608CF;
}
.BgClassName
{
background-color: #3608CF;
}
</style>
border-color css
<style>
span { border-color: #3608CF; }
span { border-color: rgb(54,8,207); }
td.TdClassName
{
border-color: #3608CF;
}
.TagClassName
{
border-color: #3608CF;
}
</style>