Shades of Han Purple #3603DB
Tints of Han Purple #3603DB
RGB
CMYK
RGB Variations
Color information
#3603DB (or 0x3603DB) is known color: Han Purple. HEX triplet: 36, 03 and DB. RGB value is (54,3,219). Sum of RGB (Red+Green+Blue) = 54+3+219=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #3603DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3603DB is #C9FC24. Grayscale: #2A2A2A. Windows color (decimal): -13237285 or 14353206. OLE color: 14353206.
HSL color Cylindrical-coordinate representation of color #3603DB: hue angle of 254.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3603DB is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 3 | 219 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.14 |
| HSL | 254.17º | 0.97% | 0.44% | - |
| HSV(B) | 254.17º | 0.99% | 0.86% | - |
| XYZ | 14.34 | 5.96 | 67.41 | - |
| YUV | 42.87 | 227.4 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 219 | 0.75 | 0.99 | 0 | 0.14 | 254.17 | 0.97 | 0.44 |
| Hex | 36 | 3 | DB | 4B | 63 | 0 | E | FE | 61 | 2C |
| Octal | 66 | 3 | 333 | 113 | 143 | 0 | 16 | 376 | 141 | 54 |
| Binary | 110110 | 11 | 11011011 | 1001011 | 1100011 | 0 | 1110 | 11111110 | 1100001 | 101100 |
Color Harmonies of #3603DB
Complementary color
Monochromatic Colors of #3603DB
Black with #3603DB
Text Example
Text Example
White with #3603DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3603DB; }
p { color: rgb(54,3,219); }
H1.HeaderClassName
{
color: #3603DB;
}
.AnyTagClassName
{
color: #3603DB;
}
</style>
background-color css
<style>
a { background-color: #3603DB; }
a { background-color: rgb(54,3,219); }
div.DivClassName
{
background-color: #3603DB;
}
.BgClassName
{
background-color: #3603DB;
}
</style>
border-color css
<style>
span { border-color: #3603DB; }
span { border-color: rgb(54,3,219); }
td.TdClassName
{
border-color: #3603DB;
}
.TagClassName
{
border-color: #3603DB;
}
</style>