Html Css Color HEX #414371 Corn Flower Blue

📋 copy color: '#414371'

red 65 ◦ green 67 ◦ blue 113

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

Shades of Corn Flower Blue #414371

Tints of Corn Flower Blue #414371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

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

R = 26.53%
G = 27.35%
B = 46.12%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414371 (or 0x414371) is known color: Corn Flower Blue. HEX triplet: 41, 43 and 71. RGB value is (65,67,113). Sum of RGB (Red+Green+Blue) = 65+67+113=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #414371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414371 is #BEBC8E. Grayscale: #474747. Windows color (decimal): -12500111 or 7422785. OLE color: 7422785.

HSL color Cylindrical-coordinate representation of color #414371: hue angle of 237.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414371 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 67 113 -
CMYK 0.42 0.41 0 0.56
HSL 237.5º 0.27% 0.35% -
HSV(B) 237.5º 0.42% 0.44% -
XYZ 7.17 6.33 16.47 -
YUV 71.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 65 67 113 0.42 0.41 0 0.56 237.5 0.27 0.35
Hex 41 43 71 2A 29 0 38 EE 1B 23
Octal 101 103 161 52 51 0 70 356 33 43
Binary 1000001 1000011 1110001 101010 101001 0 111000 11101110 11011 100011

Color Harmonies of #414371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414371

Black with #414371

Text Example


Text Example

White with #414371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414371; }

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

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

background-color css

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

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

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

border-color css

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

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

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