Shades of Free Speech Blue #4131D5
Tints of Free Speech Blue #4131D5
RGB
CMYK
RGB Variations
Color information
#4131D5 (or 0x4131D5) is known color: Free Speech Blue. HEX triplet: 41, 31 and D5. RGB value is (65,49,213). Sum of RGB (Red+Green+Blue) = 65+49+213=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 213 (83.59% from 255 or 65.14% from 327); Max value from RGB is 213 - color contains mainly: blue. Hex color #4131D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4131D5 is #BECE2A. Grayscale: #474747. Windows color (decimal): -12504619 or 13971777. OLE color: 13971777.
HSL color Cylindrical-coordinate representation of color #4131D5: hue angle of 245.85º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4131D5 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 49 | 213 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.16 |
| HSL | 245.85º | 0.66% | 0.51% | - |
| HSV(B) | 245.85º | 0.77% | 0.84% | - |
| XYZ | 15.29 | 8.12 | 63.71 | - |
| YUV | 72.48 | 207.3 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 213 | 0.69 | 0.77 | 0 | 0.16 | 245.85 | 0.66 | 0.51 |
| Hex | 41 | 31 | D5 | 45 | 4D | 0 | 10 | F6 | 42 | 33 |
| Octal | 101 | 61 | 325 | 105 | 115 | 0 | 20 | 366 | 102 | 63 |
| Binary | 1000001 | 110001 | 11010101 | 1000101 | 1001101 | 0 | 10000 | 11110110 | 1000010 | 110011 |
Color Harmonies of #4131D5
Complementary color
Monochromatic Colors of #4131D5
Black with #4131D5
Text Example
Text Example
White with #4131D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4131D5; }
p { color: rgb(65,49,213); }
H1.HeaderClassName
{
color: #4131D5;
}
.AnyTagClassName
{
color: #4131D5;
}
</style>
background-color css
<style>
a { background-color: #4131D5; }
a { background-color: rgb(65,49,213); }
div.DivClassName
{
background-color: #4131D5;
}
.BgClassName
{
background-color: #4131D5;
}
</style>
border-color css
<style>
span { border-color: #4131D5; }
span { border-color: rgb(65,49,213); }
td.TdClassName
{
border-color: #4131D5;
}
.TagClassName
{
border-color: #4131D5;
}
</style>