Html Css Color HEX #403F71 Corn Flower Blue

📋 copy color: '#403F71'

red 64 ◦ green 63 ◦ blue 113

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

Shades of Corn Flower Blue #403F71

Tints of Corn Flower Blue #403F71

RGB

 RED value IS 64 (25.39% from 255) = 26.67%

 GREEN value IS 63 (25% from 255) = 26.25%

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 26.67%
G = 26.25%
B = 47.08%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#403F71 (or 0x403F71) is known color: Corn Flower Blue. HEX triplet: 40, 3F and 71. RGB value is (64,63,113). Sum of RGB (Red+Green+Blue) = 64+63+113=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #403F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F71 is #BFC08E. Grayscale: #444444. Windows color (decimal): -12566671 or 7421760. OLE color: 7421760.

HSL color Cylindrical-coordinate representation of color #403F71: hue angle of 241.2º 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 #403F71 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 63 113 -
CMYK 0.43 0.44 0 0.56
HSL 241.2º 0.28% 0.35% -
HSV(B) 241.2º 0.44% 0.44% -
XYZ 6.87 5.84 16.39 -
YUV 69 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 64 63 113 0.43 0.44 0 0.56 241.2 0.28 0.35
Hex 40 3F 71 2B 2C 0 38 F1 1C 23
Octal 100 77 161 53 54 0 70 361 34 43
Binary 1000000 111111 1110001 101011 101100 0 111000 11110001 11100 100011

Color Harmonies of #403F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F71

Black with #403F71

Text Example


Text Example

White with #403F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #403F71;
 }
 .AnyTagClassName
 {
   color: #403F71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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