#403971

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

Shades of Corn Flower Blue #403971

Tints of Corn Flower Blue #403971

Color information

#403971 (or 0x403971) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 39 and 71. RGB value is (64,57,113). Sum of RGB (Red+Green+Blue) = 64+57+113=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #403971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403971 is #BFC68E. Grayscale: #414141. Windows color (decimal): -12568207 or 7420224. OLE color: 7420224.

HSL color Cylindrical-coordinate representation of color #403971: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403971 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6457113-
CMYK0.430.5000.56
HSL247.5º32.94%33.33%-
HSV(B)247.5º49.56%44.31%-
XYZ6.565.2116.28-
YUV65.48154.82126.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=27.35%
G=24.36%
B=48.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64571130.430.5000.56247.532.9433.33
Hex4039712B32038f82121
Octal1007116153620703704141
Binary10000001110011110001101011110010011100011111000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403971; }

 p { color: rgb(64,57,113); }

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

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

 a { background-color: rgb(64,57,113); }

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

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

 span { border-color: rgb(64,57,113); }

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