Shades of Free Speech Blue #413AD5
Tints of Free Speech Blue #413AD5
RGB
CMYK
RGB Variations
Color information
#413AD5 (or 0x413AD5) is known color: Free Speech Blue. HEX triplet: 41, 3A and D5. RGB value is (65,58,213). Sum of RGB (Red+Green+Blue) = 65+58+213=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 213 (83.59% from 255 or 63.39% from 336); Max value from RGB is 213 - color contains mainly: blue. Hex color #413AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413AD5 is #BEC52A. Grayscale: #4D4D4D. Windows color (decimal): -12502315 or 13974081. OLE color: 13974081.
HSL color Cylindrical-coordinate representation of color #413AD5: hue angle of 242.71º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413AD5 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 58 | 213 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.16 |
| HSL | 242.71º | 0.65% | 0.53% | - |
| HSV(B) | 242.71º | 0.73% | 0.84% | - |
| XYZ | 15.7 | 8.95 | 63.85 | - |
| YUV | 77.76 | 204.32 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 213 | 0.69 | 0.73 | 0 | 0.16 | 242.71 | 0.65 | 0.53 |
| Hex | 41 | 3A | D5 | 45 | 49 | 0 | 10 | F3 | 41 | 35 |
| Octal | 101 | 72 | 325 | 105 | 111 | 0 | 20 | 363 | 101 | 65 |
| Binary | 1000001 | 111010 | 11010101 | 1000101 | 1001001 | 0 | 10000 | 11110011 | 1000001 | 110101 |
Color Harmonies of #413AD5
Complementary color
Monochromatic Colors of #413AD5
Black with #413AD5
Text Example
Text Example
White with #413AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AD5; }
p { color: rgb(65,58,213); }
H1.HeaderClassName
{
color: #413AD5;
}
.AnyTagClassName
{
color: #413AD5;
}
</style>
background-color css
<style>
a { background-color: #413AD5; }
a { background-color: rgb(65,58,213); }
div.DivClassName
{
background-color: #413AD5;
}
.BgClassName
{
background-color: #413AD5;
}
</style>
border-color css
<style>
span { border-color: #413AD5; }
span { border-color: rgb(65,58,213); }
td.TdClassName
{
border-color: #413AD5;
}
.TagClassName
{
border-color: #413AD5;
}
</style>