Shades of Corn Flower Blue #403D71
Tints of Corn Flower Blue #403D71
RGB
CMYK
RGB Variations
Color information
#403D71 (or 0x403D71) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 71. RGB value is (64,61,113). Sum of RGB (Red+Green+Blue) = 64+61+113=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #403D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D71 is #BFC28E. Grayscale: #434343. Windows color (decimal): -12567183 or 7421248. OLE color: 7421248.
HSL color Cylindrical-coordinate representation of color #403D71: hue angle of 243.46º 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 #403D71 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 61 | 113 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.56 |
| HSL | 243.46º | 0.3% | 0.34% | - |
| HSV(B) | 243.46º | 0.46% | 0.44% | - |
| XYZ | 6.76 | 5.62 | 16.35 | - |
| YUV | 67.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 113 | 0.43 | 0.46 | 0 | 0.56 | 243.46 | 0.3 | 0.34 |
| Hex | 40 | 3D | 71 | 2B | 2E | 0 | 38 | F3 | 1E | 22 |
| Octal | 100 | 75 | 161 | 53 | 56 | 0 | 70 | 363 | 36 | 42 |
| Binary | 1000000 | 111101 | 1110001 | 101011 | 101110 | 0 | 111000 | 11110011 | 11110 | 100010 |
Color Harmonies of #403D71
Complementary color
Monochromatic Colors of #403D71
Black with #403D71
Text Example
Text Example
White with #403D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D71; }
p { color: rgb(64,61,113); }
H1.HeaderClassName
{
color: #403D71;
}
.AnyTagClassName
{
color: #403D71;
}
</style>
background-color css
<style>
a { background-color: #403D71; }
a { background-color: rgb(64,61,113); }
div.DivClassName
{
background-color: #403D71;
}
.BgClassName
{
background-color: #403D71;
}
</style>
border-color css
<style>
span { border-color: #403D71; }
span { border-color: rgb(64,61,113); }
td.TdClassName
{
border-color: #403D71;
}
.TagClassName
{
border-color: #403D71;
}
</style>