Html Css Color HEX #413F71 Corn Flower Blue

📋 copy color: '#413F71'

red 65 ◦ green 63 ◦ blue 113

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

Shades of Corn Flower Blue #413F71

Tints of Corn Flower Blue #413F71

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

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413F71 (or 0x413F71) is known color: 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

RGB 65 63 113 -
CMYK 0.42 0.44 0 0.56
HSL 242.4º 0.28% 0.35% -
HSV(B) 242.4º 0.44% 0.44% -
XYZ 6.94 5.87 16.39 -
YUV 69.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 65 63 113 0.42 0.44 0 0.56 242.4 0.28 0.35
Hex 41 3F 71 2A 2C 0 38 F2 1C 23
Octal 101 77 161 52 54 0 70 362 34 43
Binary 1000001 111111 1110001 101010 101100 0 111000 11110010 11100 100011

Color Harmonies of #413F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F71

Black with #413F71

Text Example


Text Example

White with #413F71

Text Example


Text Example

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