Shades of Free Speech Blue #4141C1
Tints of Free Speech Blue #4141C1
RGB
CMYK
RGB Variations
Color information
#4141C1 (or 0x4141C1) is known color: Free Speech Blue. HEX triplet: 41, 41 and C1. RGB value is (65,65,193). Sum of RGB (Red+Green+Blue) = 65+65+193=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #4141C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4141C1 is #BEBE3E. Grayscale: #4F4F4F. Windows color (decimal): -12500543 or 12665153. OLE color: 12665153.
HSL color Cylindrical-coordinate representation of color #4141C1: hue angle of 240º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4141C1 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 65 | 193 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.24 |
| HSL | 240º | 0.51% | 0.51% | - |
| HSV(B) | 240º | 0.66% | 0.76% | - |
| XYZ | 13.7 | 8.75 | 51.42 | - |
| YUV | 79.59 | 192 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 193 | 0.66 | 0.66 | 0 | 0.24 | 240 | 0.51 | 0.51 |
| Hex | 41 | 41 | C1 | 42 | 42 | 0 | 18 | F0 | 33 | 33 |
| Octal | 101 | 101 | 301 | 102 | 102 | 0 | 30 | 360 | 63 | 63 |
| Binary | 1000001 | 1000001 | 11000001 | 1000010 | 1000010 | 0 | 11000 | 11110000 | 110011 | 110011 |
Color Harmonies of #4141C1
Complementary color
Monochromatic Colors of #4141C1
Black with #4141C1
Text Example
Text Example
White with #4141C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4141C1; }
p { color: rgb(65,65,193); }
H1.HeaderClassName
{
color: #4141C1;
}
.AnyTagClassName
{
color: #4141C1;
}
</style>
background-color css
<style>
a { background-color: #4141C1; }
a { background-color: rgb(65,65,193); }
div.DivClassName
{
background-color: #4141C1;
}
.BgClassName
{
background-color: #4141C1;
}
</style>
border-color css
<style>
span { border-color: #4141C1; }
span { border-color: rgb(65,65,193); }
td.TdClassName
{
border-color: #4141C1;
}
.TagClassName
{
border-color: #4141C1;
}
</style>