Shades of Free Speech Blue #413AD8
Tints of Free Speech Blue #413AD8
RGB
CMYK
RGB Variations
Color information
#413AD8 (or 0x413AD8) is known color: Free Speech Blue. HEX triplet: 41, 3A and D8. RGB value is (65,58,216). Sum of RGB (Red+Green+Blue) = 65+58+216=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #413AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413AD8 is #BEC527. Grayscale: #4D4D4D. Windows color (decimal): -12502312 or 14170689. OLE color: 14170689.
HSL color Cylindrical-coordinate representation of color #413AD8: hue angle of 242.66º degrees, saturation: 0.67, 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 #413AD8 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 58 | 216 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.15 |
| HSL | 242.66º | 0.67% | 0.54% | - |
| HSV(B) | 242.66º | 0.73% | 0.85% | - |
| XYZ | 16.09 | 9.11 | 65.88 | - |
| YUV | 78.11 | 205.82 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 216 | 0.70 | 0.73 | 0 | 0.15 | 242.66 | 0.67 | 0.54 |
| Hex | 41 | 3A | D8 | 46 | 49 | 0 | F | F3 | 43 | 36 |
| Octal | 101 | 72 | 330 | 106 | 111 | 0 | 17 | 363 | 103 | 66 |
| Binary | 1000001 | 111010 | 11011000 | 1000110 | 1001001 | 0 | 1111 | 11110011 | 1000011 | 110110 |
Color Harmonies of #413AD8
Complementary color
Monochromatic Colors of #413AD8
Black with #413AD8
Text Example
Text Example
White with #413AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AD8; }
p { color: rgb(65,58,216); }
H1.HeaderClassName
{
color: #413AD8;
}
.AnyTagClassName
{
color: #413AD8;
}
</style>
background-color css
<style>
a { background-color: #413AD8; }
a { background-color: rgb(65,58,216); }
div.DivClassName
{
background-color: #413AD8;
}
.BgClassName
{
background-color: #413AD8;
}
</style>
border-color css
<style>
span { border-color: #413AD8; }
span { border-color: rgb(65,58,216); }
td.TdClassName
{
border-color: #413AD8;
}
.TagClassName
{
border-color: #413AD8;
}
</style>