Shades of Corn Flower Blue #413D63
Tints of Corn Flower Blue #413D63
RGB
CMYK
RGB Variations
Color information
#413D63 (or 0x413D63) is known color: Corn Flower Blue. HEX triplet: 41, 3D and 63. RGB value is (65,61,99). Sum of RGB (Red+Green+Blue) = 65+61+99=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #413D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D63 is #BEC29C. Grayscale: #424242. Windows color (decimal): -12501661 or 6503745. OLE color: 6503745.
HSL color Cylindrical-coordinate representation of color #413D63: hue angle of 246.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413D63 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 61 | 99 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.61 |
| HSL | 246.32º | 0.24% | 0.31% | - |
| HSV(B) | 246.32º | 0.38% | 0.39% | - |
| XYZ | 6.1 | 5.36 | 12.52 | - |
| YUV | 66.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 99 | 0.34 | 0.38 | 0 | 0.61 | 246.32 | 0.24 | 0.31 |
| Hex | 41 | 3D | 63 | 22 | 26 | 0 | 3D | F6 | 18 | 1F |
| Octal | 101 | 75 | 143 | 42 | 46 | 0 | 75 | 366 | 30 | 37 |
| Binary | 1000001 | 111101 | 1100011 | 100010 | 100110 | 0 | 111101 | 11110110 | 11000 | 11111 |
Color Harmonies of #413D63
Complementary color
Monochromatic Colors of #413D63
Black with #413D63
Text Example
Text Example
White with #413D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D63; }
p { color: rgb(65,61,99); }
H1.HeaderClassName
{
color: #413D63;
}
.AnyTagClassName
{
color: #413D63;
}
</style>
background-color css
<style>
a { background-color: #413D63; }
a { background-color: rgb(65,61,99); }
div.DivClassName
{
background-color: #413D63;
}
.BgClassName
{
background-color: #413D63;
}
</style>
border-color css
<style>
span { border-color: #413D63; }
span { border-color: rgb(65,61,99); }
td.TdClassName
{
border-color: #413D63;
}
.TagClassName
{
border-color: #413D63;
}
</style>