Shades of Han Purple #3604DF
Tints of Han Purple #3604DF
RGB
CMYK
RGB Variations
Color information
#3604DF (or 0x3604DF) is known color: Han Purple. HEX triplet: 36, 04 and DF. RGB value is (54,4,223). Sum of RGB (Red+Green+Blue) = 54+4+223=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #3604DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3604DF is #C9FB20. Grayscale: #2B2B2B. Windows color (decimal): -13237025 or 14615606. OLE color: 14615606.
HSL color Cylindrical-coordinate representation of color #3604DF: hue angle of 253.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604DF is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 4 | 223 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.13 |
| HSL | 253.7º | 0.96% | 0.45% | - |
| HSV(B) | 253.7º | 0.98% | 0.87% | - |
| XYZ | 14.88 | 6.2 | 70.22 | - |
| YUV | 43.92 | 229.07 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 223 | 0.76 | 0.98 | 0 | 0.13 | 253.7 | 0.96 | 0.45 |
| Hex | 36 | 4 | DF | 4C | 62 | 0 | D | FE | 60 | 2D |
| Octal | 66 | 4 | 337 | 114 | 142 | 0 | 15 | 376 | 140 | 55 |
| Binary | 110110 | 100 | 11011111 | 1001100 | 1100010 | 0 | 1101 | 11111110 | 1100000 | 101101 |
Color Harmonies of #3604DF
Complementary color
Monochromatic Colors of #3604DF
Black with #3604DF
Text Example
Text Example
White with #3604DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3604DF; }
p { color: rgb(54,4,223); }
H1.HeaderClassName
{
color: #3604DF;
}
.AnyTagClassName
{
color: #3604DF;
}
</style>
background-color css
<style>
a { background-color: #3604DF; }
a { background-color: rgb(54,4,223); }
div.DivClassName
{
background-color: #3604DF;
}
.BgClassName
{
background-color: #3604DF;
}
</style>
border-color css
<style>
span { border-color: #3604DF; }
span { border-color: rgb(54,4,223); }
td.TdClassName
{
border-color: #3604DF;
}
.TagClassName
{
border-color: #3604DF;
}
</style>