Shades of Han Purple #3609CF
Tints of Han Purple #3609CF
RGB
CMYK
RGB Variations
Color information
#3609CF (or 0x3609CF) is known color: Han Purple. HEX triplet: 36, 09 and CF. RGB value is (54,9,207). Sum of RGB (Red+Green+Blue) = 54+9+207=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #3609CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3609CF is #C9F630. Grayscale: #2C2C2C. Windows color (decimal): -13235761 or 13568310. OLE color: 13568310.
HSL color Cylindrical-coordinate representation of color #3609CF: hue angle of 253.64º degrees, saturation: 0.92, 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 #3609CF is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 9 | 207 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.19 |
| HSL | 253.64º | 0.92% | 0.42% | - |
| HSV(B) | 253.64º | 0.96% | 0.81% | - |
| XYZ | 12.88 | 5.48 | 59.41 | - |
| YUV | 45.03 | 219.41 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 207 | 0.74 | 0.96 | 0 | 0.19 | 253.64 | 0.92 | 0.42 |
| Hex | 36 | 9 | CF | 4A | 60 | 0 | 13 | FE | 5C | 2A |
| Octal | 66 | 11 | 317 | 112 | 140 | 0 | 23 | 376 | 134 | 52 |
| Binary | 110110 | 1001 | 11001111 | 1001010 | 1100000 | 0 | 10011 | 11111110 | 1011100 | 101010 |
Color Harmonies of #3609CF
Complementary color
Monochromatic Colors of #3609CF
Black with #3609CF
Text Example
Text Example
White with #3609CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3609CF; }
p { color: rgb(54,9,207); }
H1.HeaderClassName
{
color: #3609CF;
}
.AnyTagClassName
{
color: #3609CF;
}
</style>
background-color css
<style>
a { background-color: #3609CF; }
a { background-color: rgb(54,9,207); }
div.DivClassName
{
background-color: #3609CF;
}
.BgClassName
{
background-color: #3609CF;
}
</style>
border-color css
<style>
span { border-color: #3609CF; }
span { border-color: rgb(54,9,207); }
td.TdClassName
{
border-color: #3609CF;
}
.TagClassName
{
border-color: #3609CF;
}
</style>