Html Css Color HEX #413D71 Corn Flower Blue

📋 copy color: '#413D71'

red 65 ◦ green 61 ◦ blue 113

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

Shades of Corn Flower Blue #413D71

Tints of Corn Flower Blue #413D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.52%

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

R = 27.2%
G = 25.52%
B = 47.28%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413D71 (or 0x413D71) is known color: Corn Flower Blue. HEX triplet: 41, 3D and 71. RGB value is (65,61,113). Sum of RGB (Red+Green+Blue) = 65+61+113=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #413D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D71 is #BEC28E. Grayscale: #434343. Windows color (decimal): -12501647 or 7421249. OLE color: 7421249.

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

Color convert

RGB 65 61 113 -
CMYK 0.42 0.46 0 0.56
HSL 244.62º 0.3% 0.34% -
HSV(B) 244.62º 0.46% 0.44% -
XYZ 6.83 5.65 16.35 -
YUV 68.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 65 61 113 0.42 0.46 0 0.56 244.62 0.3 0.34
Hex 41 3D 71 2A 2E 0 38 F5 1E 22
Octal 101 75 161 52 56 0 70 365 36 42
Binary 1000001 111101 1110001 101010 101110 0 111000 11110101 11110 100010

Color Harmonies of #413D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D71

Black with #413D71

Text Example


Text Example

White with #413D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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