Shades of Free Speech Blue #413BD3
Tints of Free Speech Blue #413BD3
RGB
CMYK
RGB Variations
Color information
#413BD3 (or 0x413BD3) is known color: Free Speech Blue. HEX triplet: 41, 3B and D3. RGB value is (65,59,211). Sum of RGB (Red+Green+Blue) = 65+59+211=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 211 (82.81% from 255 or 62.99% from 335); Max value from RGB is 211 - color contains mainly: blue. Hex color #413BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BD3 is #BEC42C. Grayscale: #4D4D4D. Windows color (decimal): -12502061 or 13843265. OLE color: 13843265.
HSL color Cylindrical-coordinate representation of color #413BD3: hue angle of 242.37º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413BD3 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 59 | 211 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.17 |
| HSL | 242.37º | 0.63% | 0.53% | - |
| HSV(B) | 242.37º | 0.72% | 0.83% | - |
| XYZ | 15.5 | 8.95 | 62.54 | - |
| YUV | 78.12 | 202.99 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 211 | 0.69 | 0.72 | 0 | 0.17 | 242.37 | 0.63 | 0.53 |
| Hex | 41 | 3B | D3 | 45 | 48 | 0 | 11 | F2 | 3F | 35 |
| Octal | 101 | 73 | 323 | 105 | 110 | 0 | 21 | 362 | 77 | 65 |
| Binary | 1000001 | 111011 | 11010011 | 1000101 | 1001000 | 0 | 10001 | 11110010 | 111111 | 110101 |
Color Harmonies of #413BD3
Complementary color
Monochromatic Colors of #413BD3
Black with #413BD3
Text Example
Text Example
White with #413BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BD3; }
p { color: rgb(65,59,211); }
H1.HeaderClassName
{
color: #413BD3;
}
.AnyTagClassName
{
color: #413BD3;
}
</style>
background-color css
<style>
a { background-color: #413BD3; }
a { background-color: rgb(65,59,211); }
div.DivClassName
{
background-color: #413BD3;
}
.BgClassName
{
background-color: #413BD3;
}
</style>
border-color css
<style>
span { border-color: #413BD3; }
span { border-color: rgb(65,59,211); }
td.TdClassName
{
border-color: #413BD3;
}
.TagClassName
{
border-color: #413BD3;
}
</style>