Shades of Han Purple #3409F8
Tints of Han Purple #3409F8
RGB
CMYK
RGB Variations
Color information
#3409F8 (or 0x3409F8) is known color: Han Purple. HEX triplet: 34, 09 and F8. RGB value is (52,9,248). Sum of RGB (Red+Green+Blue) = 52+9+248=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 248 (97.27% from 255 or 80.26% from 309); Max value from RGB is 248 - color contains mainly: blue. Hex color #3409F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3409F8 is #CBF607. Grayscale: #303030. Windows color (decimal): -13366792 or 16255284. OLE color: 16255284.
HSL color Cylindrical-coordinate representation of color #3409F8: hue angle of 250.79º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3409F8 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 9 | 248 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.03 |
| HSL | 250.8º | 0.94% | 0.5% | - |
| HSV(B) | 250.8º | 0.96% | 0.97% | - |
| XYZ | 18.46 | 7.7 | 89.32 | - |
| YUV | 49.1 | 240.25 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 248 | 0.79 | 0.96 | 0 | 0.03 | 250.8 | 0.94 | 0.5 |
| Hex | 34 | 9 | F8 | 4F | 60 | 0 | 3 | FB | 5E | 32 |
| Octal | 64 | 11 | 370 | 117 | 140 | 0 | 3 | 373 | 136 | 62 |
| Binary | 110100 | 1001 | 11111000 | 1001111 | 1100000 | 0 | 11 | 11111011 | 1011110 | 110010 |
Color Harmonies of #3409F8
Complementary color
Monochromatic Colors of #3409F8
Black with #3409F8
Text Example
Text Example
White with #3409F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3409F8; }
p { color: rgb(52,9,248); }
H1.HeaderClassName
{
color: #3409F8;
}
.AnyTagClassName
{
color: #3409F8;
}
</style>
background-color css
<style>
a { background-color: #3409F8; }
a { background-color: rgb(52,9,248); }
div.DivClassName
{
background-color: #3409F8;
}
.BgClassName
{
background-color: #3409F8;
}
</style>
border-color css
<style>
span { border-color: #3409F8; }
span { border-color: rgb(52,9,248); }
td.TdClassName
{
border-color: #3409F8;
}
.TagClassName
{
border-color: #3409F8;
}
</style>