Html Css Color HEX #413E71 Corn Flower Blue

📋 copy color: '#413E71'

red 65 ◦ green 62 ◦ blue 113

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

Shades of Corn Flower Blue #413E71

Tints of Corn Flower Blue #413E71

RGB

 RED value IS 65 (25.78% from 255) = 27.08%

 GREEN value IS 62 (24.61% from 255) = 25.83%

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

R = 27.08%
G = 25.83%
B = 47.08%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413E71 (or 0x413E71) is known color: Corn Flower Blue. HEX triplet: 41, 3E and 71. RGB value is (65,62,113). Sum of RGB (Red+Green+Blue) = 65+62+113=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 62 (24.61% from 255 or 25.83% 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 #413E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E71 is #BEC18E. Grayscale: #444444. Windows color (decimal): -12501391 or 7421505. OLE color: 7421505.

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

Color convert

RGB 65 62 113 -
CMYK 0.42 0.45 0 0.56
HSL 243.53º 0.29% 0.34% -
HSV(B) 243.53º 0.45% 0.44% -
XYZ 6.88 5.76 16.37 -
YUV 68.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 65 62 113 0.42 0.45 0 0.56 243.53 0.29 0.34
Hex 41 3E 71 2A 2D 0 38 F4 1D 22
Octal 101 76 161 52 55 0 70 364 35 42
Binary 1000001 111110 1110001 101010 101101 0 111000 11110100 11101 100010

Color Harmonies of #413E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E71

Black with #413E71

Text Example


Text Example

White with #413E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #413E71;
 }
 .AnyTagClassName
 {
   color: #413E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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