Shades of Corn Flower Blue #413C6F
Tints of Corn Flower Blue #413C6F
RGB
CMYK
RGB Variations
Color information
#413C6F (or 0x413C6F) is known color: Corn Flower Blue. HEX triplet: 41, 3C and 6F. RGB value is (65,60,111). Sum of RGB (Red+Green+Blue) = 65+60+111=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #413C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C6F is #BEC390. Grayscale: #434343. Windows color (decimal): -12501905 or 7289921. OLE color: 7289921.
HSL color Cylindrical-coordinate representation of color #413C6F: hue angle of 245.88º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413C6F is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 60 | 111 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.56 |
| HSL | 245.88º | 0.3% | 0.34% | - |
| HSV(B) | 245.88º | 0.46% | 0.44% | - |
| XYZ | 6.67 | 5.5 | 15.75 | - |
| YUV | 67.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 111 | 0.41 | 0.46 | 0 | 0.56 | 245.88 | 0.3 | 0.34 |
| Hex | 41 | 3C | 6F | 29 | 2E | 0 | 38 | F6 | 1E | 22 |
| Octal | 101 | 74 | 157 | 51 | 56 | 0 | 70 | 366 | 36 | 42 |
| Binary | 1000001 | 111100 | 1101111 | 101001 | 101110 | 0 | 111000 | 11110110 | 11110 | 100010 |
Color Harmonies of #413C6F
Complementary color
Monochromatic Colors of #413C6F
Black with #413C6F
Text Example
Text Example
White with #413C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C6F; }
p { color: rgb(65,60,111); }
H1.HeaderClassName
{
color: #413C6F;
}
.AnyTagClassName
{
color: #413C6F;
}
</style>
background-color css
<style>
a { background-color: #413C6F; }
a { background-color: rgb(65,60,111); }
div.DivClassName
{
background-color: #413C6F;
}
.BgClassName
{
background-color: #413C6F;
}
</style>
border-color css
<style>
span { border-color: #413C6F; }
span { border-color: rgb(65,60,111); }
td.TdClassName
{
border-color: #413C6F;
}
.TagClassName
{
border-color: #413C6F;
}
</style>