Shades of Free Speech Blue #413BDB
Tints of Free Speech Blue #413BDB
RGB
CMYK
RGB Variations
Color information
#413BDB (or 0x413BDB) is known color: Free Speech Blue. HEX triplet: 41, 3B and DB. RGB value is (65,59,219). Sum of RGB (Red+Green+Blue) = 65+59+219=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #413BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BDB is #BEC424. Grayscale: #4E4E4E. Windows color (decimal): -12502053 or 14367553. OLE color: 14367553.
HSL color Cylindrical-coordinate representation of color #413BDB: hue angle of 242.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413BDB is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 59 | 219 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.14 |
| HSL | 242.25º | 0.69% | 0.55% | - |
| HSV(B) | 242.25º | 0.73% | 0.86% | - |
| XYZ | 16.53 | 9.37 | 67.95 | - |
| YUV | 79.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 219 | 0.70 | 0.73 | 0 | 0.14 | 242.25 | 0.69 | 0.55 |
| Hex | 41 | 3B | DB | 46 | 49 | 0 | E | F2 | 45 | 37 |
| Octal | 101 | 73 | 333 | 106 | 111 | 0 | 16 | 362 | 105 | 67 |
| Binary | 1000001 | 111011 | 11011011 | 1000110 | 1001001 | 0 | 1110 | 11110010 | 1000101 | 110111 |
Color Harmonies of #413BDB
Complementary color
Monochromatic Colors of #413BDB
Black with #413BDB
Text Example
Text Example
White with #413BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BDB; }
p { color: rgb(65,59,219); }
H1.HeaderClassName
{
color: #413BDB;
}
.AnyTagClassName
{
color: #413BDB;
}
</style>
background-color css
<style>
a { background-color: #413BDB; }
a { background-color: rgb(65,59,219); }
div.DivClassName
{
background-color: #413BDB;
}
.BgClassName
{
background-color: #413BDB;
}
</style>
border-color css
<style>
span { border-color: #413BDB; }
span { border-color: rgb(65,59,219); }
td.TdClassName
{
border-color: #413BDB;
}
.TagClassName
{
border-color: #413BDB;
}
</style>