Html Css Color HEX #413D6F Corn Flower Blue

📋 copy color: '#413D6F'

red 65 ◦ green 61 ◦ blue 111

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

Shades of Corn Flower Blue #413D6F

Tints of Corn Flower Blue #413D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.84%

R = 27.43%
G = 25.74%
B = 46.84%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413D6F (or 0x413D6F) is known color: Corn Flower Blue. HEX triplet: 41, 3D and 6F. RGB value is (65,61,111). Sum of RGB (Red+Green+Blue) = 65+61+111=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #413D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D6F is #BEC290. Grayscale: #434343. Windows color (decimal): -12501649 or 7290177. OLE color: 7290177.

HSL color Cylindrical-coordinate representation of color #413D6F: hue angle of 244.8º 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 #413D6F is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 61 111 -
CMYK 0.41 0.45 0 0.56
HSL 244.8º 0.29% 0.34% -
HSV(B) 244.8º 0.45% 0.44% -
XYZ 6.72 5.61 15.77 -
YUV 67.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 65 61 111 0.41 0.45 0 0.56 244.8 0.29 0.34
Hex 41 3D 6F 29 2D 0 38 F5 1D 22
Octal 101 75 157 51 55 0 70 365 35 42
Binary 1000001 111101 1101111 101001 101101 0 111000 11110101 11101 100010

Color Harmonies of #413D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D6F

Black with #413D6F

Text Example


Text Example

White with #413D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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