Shades of Han Purple #3403EE
Tints of Han Purple #3403EE
RGB
CMYK
RGB Variations
Color information
#3403EE (or 0x3403EE) is known color: Han Purple. HEX triplet: 34, 03 and EE. RGB value is (52,3,238). Sum of RGB (Red+Green+Blue) = 52+3+238=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #3403EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3403EE is #CBFC11. Grayscale: #2B2B2B. Windows color (decimal): -13368338 or 15598388. OLE color: 15598388.
HSL color Cylindrical-coordinate representation of color #3403EE: hue angle of 252.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3403EE is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 3 | 238 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.07 |
| HSL | 252.51º | 0.98% | 0.47% | - |
| HSV(B) | 252.51º | 0.99% | 0.93% | - |
| XYZ | 16.88 | 6.97 | 81.34 | - |
| YUV | 44.44 | 237.23 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 238 | 0.78 | 0.99 | 0 | 0.07 | 252.51 | 0.98 | 0.47 |
| Hex | 34 | 3 | EE | 4E | 63 | 0 | 7 | FD | 62 | 2F |
| Octal | 64 | 3 | 356 | 116 | 143 | 0 | 7 | 375 | 142 | 57 |
| Binary | 110100 | 11 | 11101110 | 1001110 | 1100011 | 0 | 111 | 11111101 | 1100010 | 101111 |
Color Harmonies of #3403EE
Complementary color
Monochromatic Colors of #3403EE
Black with #3403EE
Text Example
Text Example
White with #3403EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403EE; }
p { color: rgb(52,3,238); }
H1.HeaderClassName
{
color: #3403EE;
}
.AnyTagClassName
{
color: #3403EE;
}
</style>
background-color css
<style>
a { background-color: #3403EE; }
a { background-color: rgb(52,3,238); }
div.DivClassName
{
background-color: #3403EE;
}
.BgClassName
{
background-color: #3403EE;
}
</style>
border-color css
<style>
span { border-color: #3403EE; }
span { border-color: rgb(52,3,238); }
td.TdClassName
{
border-color: #3403EE;
}
.TagClassName
{
border-color: #3403EE;
}
</style>