Shades of Free Speech Blue #413BD9
Tints of Free Speech Blue #413BD9
RGB
CMYK
RGB Variations
Color information
#413BD9 (or 0x413BD9) is known color: Free Speech Blue. HEX triplet: 41, 3B and D9. RGB value is (65,59,217). Sum of RGB (Red+Green+Blue) = 65+59+217=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #413BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BD9 is #BEC426. Grayscale: #4E4E4E. Windows color (decimal): -12502055 or 14236481. OLE color: 14236481.
HSL color Cylindrical-coordinate representation of color #413BD9: hue angle of 242.28º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413BD9 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 59 | 217 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.15 |
| HSL | 242.28º | 0.68% | 0.54% | - |
| HSV(B) | 242.28º | 0.73% | 0.85% | - |
| XYZ | 16.27 | 9.26 | 66.58 | - |
| YUV | 78.81 | 205.99 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 217 | 0.70 | 0.73 | 0 | 0.15 | 242.28 | 0.68 | 0.54 |
| Hex | 41 | 3B | D9 | 46 | 49 | 0 | F | F2 | 44 | 36 |
| Octal | 101 | 73 | 331 | 106 | 111 | 0 | 17 | 362 | 104 | 66 |
| Binary | 1000001 | 111011 | 11011001 | 1000110 | 1001001 | 0 | 1111 | 11110010 | 1000100 | 110110 |
Color Harmonies of #413BD9
Complementary color
Monochromatic Colors of #413BD9
Black with #413BD9
Text Example
Text Example
White with #413BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BD9; }
p { color: rgb(65,59,217); }
H1.HeaderClassName
{
color: #413BD9;
}
.AnyTagClassName
{
color: #413BD9;
}
</style>
background-color css
<style>
a { background-color: #413BD9; }
a { background-color: rgb(65,59,217); }
div.DivClassName
{
background-color: #413BD9;
}
.BgClassName
{
background-color: #413BD9;
}
</style>
border-color css
<style>
span { border-color: #413BD9; }
span { border-color: rgb(65,59,217); }
td.TdClassName
{
border-color: #413BD9;
}
.TagClassName
{
border-color: #413BD9;
}
</style>