Shades of Han Purple #3B09DF
Tints of Han Purple #3B09DF
RGB
CMYK
RGB Variations
Color information
#3B09DF (or 0x3B09DF) is known color: Han Purple. HEX triplet: 3B, 09 and DF. RGB value is (59,9,223). Sum of RGB (Red+Green+Blue) = 59+9+223=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B09DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B09DF is #C4F620. Grayscale: #2F2F2F. Windows color (decimal): -12908065 or 14616891. OLE color: 14616891.
HSL color Cylindrical-coordinate representation of color #3B09DF: hue angle of 254.02º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B09DF is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 9 | 223 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.13 |
| HSL | 254.02º | 0.92% | 0.45% | - |
| HSV(B) | 254.02º | 0.96% | 0.87% | - |
| XYZ | 15.22 | 6.45 | 70.26 | - |
| YUV | 48.35 | 226.57 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 223 | 0.74 | 0.96 | 0 | 0.13 | 254.02 | 0.92 | 0.45 |
| Hex | 3B | 9 | DF | 4A | 60 | 0 | D | FE | 5C | 2D |
| Octal | 73 | 11 | 337 | 112 | 140 | 0 | 15 | 376 | 134 | 55 |
| Binary | 111011 | 1001 | 11011111 | 1001010 | 1100000 | 0 | 1101 | 11111110 | 1011100 | 101101 |
Color Harmonies of #3B09DF
Complementary color
Monochromatic Colors of #3B09DF
Black with #3B09DF
Text Example
Text Example
White with #3B09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B09DF; }
p { color: rgb(59,9,223); }
H1.HeaderClassName
{
color: #3B09DF;
}
.AnyTagClassName
{
color: #3B09DF;
}
</style>
background-color css
<style>
a { background-color: #3B09DF; }
a { background-color: rgb(59,9,223); }
div.DivClassName
{
background-color: #3B09DF;
}
.BgClassName
{
background-color: #3B09DF;
}
</style>
border-color css
<style>
span { border-color: #3B09DF; }
span { border-color: rgb(59,9,223); }
td.TdClassName
{
border-color: #3B09DF;
}
.TagClassName
{
border-color: #3B09DF;
}
</style>