Shades of Han Purple #3609CA
Tints of Han Purple #3609CA
RGB
CMYK
RGB Variations
Color information
#3609CA (or 0x3609CA) is known color: Han Purple. HEX triplet: 36, 09 and CA. RGB value is (54,9,202). Sum of RGB (Red+Green+Blue) = 54+9+202=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #3609CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3609CA is #C9F635. Grayscale: #2B2B2B. Windows color (decimal): -13235766 or 13240630. OLE color: 13240630.
HSL color Cylindrical-coordinate representation of color #3609CA: hue angle of 253.99º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3609CA is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 9 | 202 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.21 |
| HSL | 253.99º | 0.91% | 0.41% | - |
| HSV(B) | 253.99º | 0.96% | 0.79% | - |
| XYZ | 12.28 | 5.24 | 56.24 | - |
| YUV | 44.46 | 216.91 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 202 | 0.73 | 0.96 | 0 | 0.21 | 253.99 | 0.91 | 0.41 |
| Hex | 36 | 9 | CA | 49 | 60 | 0 | 15 | FE | 5B | 29 |
| Octal | 66 | 11 | 312 | 111 | 140 | 0 | 25 | 376 | 133 | 51 |
| Binary | 110110 | 1001 | 11001010 | 1001001 | 1100000 | 0 | 10101 | 11111110 | 1011011 | 101001 |
Color Harmonies of #3609CA
Complementary color
Monochromatic Colors of #3609CA
Black with #3609CA
Text Example
Text Example
White with #3609CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3609CA; }
p { color: rgb(54,9,202); }
H1.HeaderClassName
{
color: #3609CA;
}
.AnyTagClassName
{
color: #3609CA;
}
</style>
background-color css
<style>
a { background-color: #3609CA; }
a { background-color: rgb(54,9,202); }
div.DivClassName
{
background-color: #3609CA;
}
.BgClassName
{
background-color: #3609CA;
}
</style>
border-color css
<style>
span { border-color: #3609CA; }
span { border-color: rgb(54,9,202); }
td.TdClassName
{
border-color: #3609CA;
}
.TagClassName
{
border-color: #3609CA;
}
</style>