Shades of Corn Flower Blue #414271
Tints of Corn Flower Blue #414271
RGB
CMYK
RGB Variations
Color information
#414271 (or 0x414271) is known color: Corn Flower Blue. HEX triplet: 41, 42 and 71. RGB value is (65,66,113). Sum of RGB (Red+Green+Blue) = 65+66+113=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #414271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414271 is #BEBD8E. Grayscale: #464646. Windows color (decimal): -12500367 or 7422529. OLE color: 7422529.
HSL color Cylindrical-coordinate representation of color #414271: hue angle of 238.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414271 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 66 | 113 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.56 |
| HSL | 238.75º | 0.27% | 0.35% | - |
| HSV(B) | 238.75º | 0.42% | 0.44% | - |
| XYZ | 7.11 | 6.21 | 16.45 | - |
| YUV | 71.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 113 | 0.42 | 0.42 | 0 | 0.56 | 238.75 | 0.27 | 0.35 |
| Hex | 41 | 42 | 71 | 2A | 2A | 0 | 38 | EF | 1B | 23 |
| Octal | 101 | 102 | 161 | 52 | 52 | 0 | 70 | 357 | 33 | 43 |
| Binary | 1000001 | 1000010 | 1110001 | 101010 | 101010 | 0 | 111000 | 11101111 | 11011 | 100011 |
Color Harmonies of #414271
Complementary color
Monochromatic Colors of #414271
Black with #414271
Text Example
Text Example
White with #414271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414271; }
p { color: rgb(65,66,113); }
H1.HeaderClassName
{
color: #414271;
}
.AnyTagClassName
{
color: #414271;
}
</style>
background-color css
<style>
a { background-color: #414271; }
a { background-color: rgb(65,66,113); }
div.DivClassName
{
background-color: #414271;
}
.BgClassName
{
background-color: #414271;
}
</style>
border-color css
<style>
span { border-color: #414271; }
span { border-color: rgb(65,66,113); }
td.TdClassName
{
border-color: #414271;
}
.TagClassName
{
border-color: #414271;
}
</style>