Shades of Free Speech Blue #413AD3
Tints of Free Speech Blue #413AD3
RGB
CMYK
RGB Variations
Color information
#413AD3 (or 0x413AD3) is known color: Free Speech Blue. HEX triplet: 41, 3A and D3. RGB value is (65,58,211). Sum of RGB (Red+Green+Blue) = 65+58+211=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 211 (82.81% from 255 or 63.17% from 334); Max value from RGB is 211 - color contains mainly: blue. Hex color #413AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413AD3 is #BEC52C. Grayscale: #4C4C4C. Windows color (decimal): -12502317 or 13843009. OLE color: 13843009.
HSL color Cylindrical-coordinate representation of color #413AD3: hue angle of 242.75º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413AD3 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 58 | 211 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.17 |
| HSL | 242.75º | 0.63% | 0.53% | - |
| HSV(B) | 242.75º | 0.73% | 0.83% | - |
| XYZ | 15.45 | 8.85 | 62.52 | - |
| YUV | 77.54 | 203.32 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 211 | 0.69 | 0.73 | 0 | 0.17 | 242.75 | 0.63 | 0.53 |
| Hex | 41 | 3A | D3 | 45 | 49 | 0 | 11 | F3 | 3F | 35 |
| Octal | 101 | 72 | 323 | 105 | 111 | 0 | 21 | 363 | 77 | 65 |
| Binary | 1000001 | 111010 | 11010011 | 1000101 | 1001001 | 0 | 10001 | 11110011 | 111111 | 110101 |
Color Harmonies of #413AD3
Complementary color
Monochromatic Colors of #413AD3
Black with #413AD3
Text Example
Text Example
White with #413AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AD3; }
p { color: rgb(65,58,211); }
H1.HeaderClassName
{
color: #413AD3;
}
.AnyTagClassName
{
color: #413AD3;
}
</style>
background-color css
<style>
a { background-color: #413AD3; }
a { background-color: rgb(65,58,211); }
div.DivClassName
{
background-color: #413AD3;
}
.BgClassName
{
background-color: #413AD3;
}
</style>
border-color css
<style>
span { border-color: #413AD3; }
span { border-color: rgb(65,58,211); }
td.TdClassName
{
border-color: #413AD3;
}
.TagClassName
{
border-color: #413AD3;
}
</style>