Shades of Corn Flower Blue #413C75
Tints of Corn Flower Blue #413C75
RGB
CMYK
RGB Variations
Color information
#413C75 (or 0x413C75) is known color: Corn Flower Blue. HEX triplet: 41, 3C and 75. RGB value is (65,60,117). Sum of RGB (Red+Green+Blue) = 65+60+117=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #413C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C75 is #BEC38A. Grayscale: #434343. Windows color (decimal): -12501899 or 7683137. OLE color: 7683137.
HSL color Cylindrical-coordinate representation of color #413C75: hue angle of 245.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #413C75 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 60 | 117 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.54 |
| HSL | 245.26º | 0.32% | 0.35% | - |
| HSV(B) | 245.26º | 0.49% | 0.46% | - |
| XYZ | 7.01 | 5.64 | 17.55 | - |
| YUV | 67.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 117 | 0.44 | 0.49 | 0 | 0.54 | 245.26 | 0.32 | 0.35 |
| Hex | 41 | 3C | 75 | 2C | 31 | 0 | 36 | F5 | 20 | 23 |
| Octal | 101 | 74 | 165 | 54 | 61 | 0 | 66 | 365 | 40 | 43 |
| Binary | 1000001 | 111100 | 1110101 | 101100 | 110001 | 0 | 110110 | 11110101 | 100000 | 100011 |
Color Harmonies of #413C75
Complementary color
Monochromatic Colors of #413C75
Black with #413C75
Text Example
Text Example
White with #413C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C75; }
p { color: rgb(65,60,117); }
H1.HeaderClassName
{
color: #413C75;
}
.AnyTagClassName
{
color: #413C75;
}
</style>
background-color css
<style>
a { background-color: #413C75; }
a { background-color: rgb(65,60,117); }
div.DivClassName
{
background-color: #413C75;
}
.BgClassName
{
background-color: #413C75;
}
</style>
border-color css
<style>
span { border-color: #413C75; }
span { border-color: rgb(65,60,117); }
td.TdClassName
{
border-color: #413C75;
}
.TagClassName
{
border-color: #413C75;
}
</style>