Shades of Corn Flower Blue #413C6E
Tints of Corn Flower Blue #413C6E
RGB
CMYK
RGB Variations
Color information
#413C6E (or 0x413C6E) is known color: Corn Flower Blue. HEX triplet: 41, 3C and 6E. RGB value is (65,60,110). Sum of RGB (Red+Green+Blue) = 65+60+110=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #413C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C6E is #BEC391. Grayscale: #434343. Windows color (decimal): -12501906 or 7224385. OLE color: 7224385.
HSL color Cylindrical-coordinate representation of color #413C6E: hue angle of 246º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413C6E is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 60 | 110 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.57 |
| HSL | 246º | 0.29% | 0.33% | - |
| HSV(B) | 246º | 0.45% | 0.43% | - |
| XYZ | 6.61 | 5.48 | 15.46 | - |
| YUV | 67.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 110 | 0.41 | 0.45 | 0 | 0.57 | 246 | 0.29 | 0.33 |
| Hex | 41 | 3C | 6E | 29 | 2D | 0 | 39 | F6 | 1D | 21 |
| Octal | 101 | 74 | 156 | 51 | 55 | 0 | 71 | 366 | 35 | 41 |
| Binary | 1000001 | 111100 | 1101110 | 101001 | 101101 | 0 | 111001 | 11110110 | 11101 | 100001 |
Color Harmonies of #413C6E
Complementary color
Monochromatic Colors of #413C6E
Black with #413C6E
Text Example
Text Example
White with #413C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C6E; }
p { color: rgb(65,60,110); }
H1.HeaderClassName
{
color: #413C6E;
}
.AnyTagClassName
{
color: #413C6E;
}
</style>
background-color css
<style>
a { background-color: #413C6E; }
a { background-color: rgb(65,60,110); }
div.DivClassName
{
background-color: #413C6E;
}
.BgClassName
{
background-color: #413C6E;
}
</style>
border-color css
<style>
span { border-color: #413C6E; }
span { border-color: rgb(65,60,110); }
td.TdClassName
{
border-color: #413C6E;
}
.TagClassName
{
border-color: #413C6E;
}
</style>