Shades of Free Speech Blue #4132CA
Tints of Free Speech Blue #4132CA
RGB
CMYK
RGB Variations
Color information
#4132CA (or 0x4132CA) is known color: Free Speech Blue. HEX triplet: 41, 32 and CA. RGB value is (65,50,202). Sum of RGB (Red+Green+Blue) = 65+50+202=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #4132CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132CA is #BECD35. Grayscale: #474747. Windows color (decimal): -12504374 or 13251137. OLE color: 13251137.
HSL color Cylindrical-coordinate representation of color #4132CA: hue angle of 245.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4132CA is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 50 | 202 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.21 |
| HSL | 245.92º | 0.6% | 0.49% | - |
| HSV(B) | 245.92º | 0.75% | 0.79% | - |
| XYZ | 13.98 | 7.67 | 56.62 | - |
| YUV | 71.81 | 201.47 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 202 | 0.68 | 0.75 | 0 | 0.21 | 245.92 | 0.6 | 0.49 |
| Hex | 41 | 32 | CA | 44 | 4B | 0 | 15 | F6 | 3C | 31 |
| Octal | 101 | 62 | 312 | 104 | 113 | 0 | 25 | 366 | 74 | 61 |
| Binary | 1000001 | 110010 | 11001010 | 1000100 | 1001011 | 0 | 10101 | 11110110 | 111100 | 110001 |
Color Harmonies of #4132CA
Complementary color
Monochromatic Colors of #4132CA
Black with #4132CA
Text Example
Text Example
White with #4132CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4132CA; }
p { color: rgb(65,50,202); }
H1.HeaderClassName
{
color: #4132CA;
}
.AnyTagClassName
{
color: #4132CA;
}
</style>
background-color css
<style>
a { background-color: #4132CA; }
a { background-color: rgb(65,50,202); }
div.DivClassName
{
background-color: #4132CA;
}
.BgClassName
{
background-color: #4132CA;
}
</style>
border-color css
<style>
span { border-color: #4132CA; }
span { border-color: rgb(65,50,202); }
td.TdClassName
{
border-color: #4132CA;
}
.TagClassName
{
border-color: #4132CA;
}
</style>