Shades of Free Speech Blue #413ABE
Tints of Free Speech Blue #413ABE
RGB
CMYK
RGB Variations
Color information
#413ABE (or 0x413ABE) is known color: Free Speech Blue. HEX triplet: 41, 3A and BE. RGB value is (65,58,190). Sum of RGB (Red+Green+Blue) = 65+58+190=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #413ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ABE is #BEC541. Grayscale: #4A4A4A. Windows color (decimal): -12502338 or 12466753. OLE color: 12466753.
HSL color Cylindrical-coordinate representation of color #413ABE: hue angle of 243.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413ABE is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 58 | 190 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.25 |
| HSL | 243.18º | 0.53% | 0.49% | - |
| HSV(B) | 243.18º | 0.69% | 0.75% | - |
| XYZ | 12.99 | 7.87 | 49.55 | - |
| YUV | 75.14 | 192.82 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 190 | 0.66 | 0.69 | 0 | 0.25 | 243.18 | 0.53 | 0.49 |
| Hex | 41 | 3A | BE | 42 | 45 | 0 | 19 | F3 | 35 | 31 |
| Octal | 101 | 72 | 276 | 102 | 105 | 0 | 31 | 363 | 65 | 61 |
| Binary | 1000001 | 111010 | 10111110 | 1000010 | 1000101 | 0 | 11001 | 11110011 | 110101 | 110001 |
Color Harmonies of #413ABE
Complementary color
Monochromatic Colors of #413ABE
Black with #413ABE
Text Example
Text Example
White with #413ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413ABE; }
p { color: rgb(65,58,190); }
H1.HeaderClassName
{
color: #413ABE;
}
.AnyTagClassName
{
color: #413ABE;
}
</style>
background-color css
<style>
a { background-color: #413ABE; }
a { background-color: rgb(65,58,190); }
div.DivClassName
{
background-color: #413ABE;
}
.BgClassName
{
background-color: #413ABE;
}
</style>
border-color css
<style>
span { border-color: #413ABE; }
span { border-color: rgb(65,58,190); }
td.TdClassName
{
border-color: #413ABE;
}
.TagClassName
{
border-color: #413ABE;
}
</style>