Shades of Free Speech Blue #413AD7
Tints of Free Speech Blue #413AD7
RGB
CMYK
RGB Variations
Color information
#413AD7 (or 0x413AD7) is known color: Free Speech Blue. HEX triplet: 41, 3A and D7. RGB value is (65,58,215). Sum of RGB (Red+Green+Blue) = 65+58+215=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 215 (84.38% from 255 or 63.61% from 338); Max value from RGB is 215 - color contains mainly: blue. Hex color #413AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413AD7 is #BEC528. Grayscale: #4D4D4D. Windows color (decimal): -12502313 or 14105153. OLE color: 14105153.
HSL color Cylindrical-coordinate representation of color #413AD7: hue angle of 242.68º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413AD7 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 58 | 215 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.16 |
| HSL | 242.68º | 0.66% | 0.54% | - |
| HSV(B) | 242.68º | 0.73% | 0.84% | - |
| XYZ | 15.96 | 9.06 | 65.2 | - |
| YUV | 77.99 | 205.32 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 215 | 0.70 | 0.73 | 0 | 0.16 | 242.68 | 0.66 | 0.54 |
| Hex | 41 | 3A | D7 | 46 | 49 | 0 | 10 | F3 | 42 | 36 |
| Octal | 101 | 72 | 327 | 106 | 111 | 0 | 20 | 363 | 102 | 66 |
| Binary | 1000001 | 111010 | 11010111 | 1000110 | 1001001 | 0 | 10000 | 11110011 | 1000010 | 110110 |
Color Harmonies of #413AD7
Complementary color
Monochromatic Colors of #413AD7
Black with #413AD7
Text Example
Text Example
White with #413AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AD7; }
p { color: rgb(65,58,215); }
H1.HeaderClassName
{
color: #413AD7;
}
.AnyTagClassName
{
color: #413AD7;
}
</style>
background-color css
<style>
a { background-color: #413AD7; }
a { background-color: rgb(65,58,215); }
div.DivClassName
{
background-color: #413AD7;
}
.BgClassName
{
background-color: #413AD7;
}
</style>
border-color css
<style>
span { border-color: #413AD7; }
span { border-color: rgb(65,58,215); }
td.TdClassName
{
border-color: #413AD7;
}
.TagClassName
{
border-color: #413AD7;
}
</style>