Shades of Han Purple #3403DF
Tints of Han Purple #3403DF
RGB
CMYK
RGB Variations
Color information
#3403DF (or 0x3403DF) is known color: Han Purple. HEX triplet: 34, 03 and DF. RGB value is (52,3,223). Sum of RGB (Red+Green+Blue) = 52+3+223=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #3403DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403DF is #CBFC20. Grayscale: #292929. Windows color (decimal): -13368353 or 14615348. OLE color: 14615348.
HSL color Cylindrical-coordinate representation of color #3403DF: hue angle of 253.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3403DF is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 3 | 223 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.13 |
| HSL | 253.36º | 0.97% | 0.44% | - |
| HSV(B) | 253.36º | 0.99% | 0.87% | - |
| XYZ | 14.77 | 6.12 | 70.22 | - |
| YUV | 42.73 | 229.73 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 223 | 0.77 | 0.99 | 0 | 0.13 | 253.36 | 0.97 | 0.44 |
| Hex | 34 | 3 | DF | 4D | 63 | 0 | D | FD | 61 | 2C |
| Octal | 64 | 3 | 337 | 115 | 143 | 0 | 15 | 375 | 141 | 54 |
| Binary | 110100 | 11 | 11011111 | 1001101 | 1100011 | 0 | 1101 | 11111101 | 1100001 | 101100 |
Color Harmonies of #3403DF
Complementary color
Monochromatic Colors of #3403DF
Black with #3403DF
Text Example
Text Example
White with #3403DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403DF; }
p { color: rgb(52,3,223); }
H1.HeaderClassName
{
color: #3403DF;
}
.AnyTagClassName
{
color: #3403DF;
}
</style>
background-color css
<style>
a { background-color: #3403DF; }
a { background-color: rgb(52,3,223); }
div.DivClassName
{
background-color: #3403DF;
}
.BgClassName
{
background-color: #3403DF;
}
</style>
border-color css
<style>
span { border-color: #3403DF; }
span { border-color: rgb(52,3,223); }
td.TdClassName
{
border-color: #3403DF;
}
.TagClassName
{
border-color: #3403DF;
}
</style>