#413F71

Color #413F71 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #413F71

Tints of Corn Flower Blue #413F71

Color information

#413F71 (or 0x413F71) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3F and 71. RGB value is (65,63,113). Sum of RGB (Red+Green+Blue) = 65+63+113=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #413F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F71 is #BEC08E. Grayscale: #454545. Windows color (decimal): -12501135 or 7421761. OLE color: 7421761.

HSL color Cylindrical-coordinate representation of color #413F71: hue angle of 242.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #413F71 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6563113-
CMYK0.420.4400.56
HSL242.4º28.41%34.51%-
HSV(B)242.4º44.25%44.31%-
XYZ6.945.8716.39-
YUV69.3152.66124.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=26.97%
G=26.14%
B=46.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65631130.420.4400.56242.428.4134.51
Hex413F712A2C038f21c23
Octal1017716152540703623443
Binary1000001111111111000110101010110001110001111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413F71; }

 p { color: rgb(65,63,113); }

 H1.HeaderClassName
 {
   color: #413F71;
 }
 .AnyTagClassName
 {
   color: #413F71;
 }
</style>
background-color css

<style>
 a { background-color: #413F71; }

 a { background-color: rgb(65,63,113); }

 div.DivClassName
 {
   background-color: #413F71;
 }
 .BgClassName
 {
   background-color: #413F71;
 }
</style>
border-color css

<style>
 span { border-color: #413F71; }

 span { border-color: rgb(65,63,113); }

 td.TdClassName
 {
   border-color: #413F71;
 }
 .TagClassName
 {
   border-color: #413F71;
 }
</style>