Html Css Color HEX #403971 Corn Flower Blue

📋 copy color: '#403971'

red 64 ◦ green 57 ◦ blue 113

#403971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #403971

Tints of Corn Flower Blue #403971

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 value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#403971 (or 0x403971) is known color: 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

RGB 64 57 113 -
CMYK 0.43 0.50 0 0.56
HSL 247.5º 0.33% 0.33% -
HSV(B) 247.5º 0.5% 0.44% -
XYZ 6.56 5.21 16.28 -
YUV 65.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 64 57 113 0.43 0.50 0 0.56 247.5 0.33 0.33
Hex 40 39 71 2B 32 0 38 F8 21 21
Octal 100 71 161 53 62 0 70 370 41 41
Binary 1000000 111001 1110001 101011 110010 0 111000 11111000 100001 100001

Color Harmonies of #403971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403971

Black with #403971

Text Example


Text Example

White with #403971

Text Example


Text Example

HTML Codes & Css Web 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>