Html Css Color HEX #413D6D Corn Flower Blue

📋 copy color: '#413D6D'

red 65 ◦ green 61 ◦ blue 109

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

Shades of Corn Flower Blue #413D6D

Tints of Corn Flower Blue #413D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.38%

R = 27.66%
G = 25.96%
B = 46.38%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#413D6D (or 0x413D6D) is known color: Corn Flower Blue. HEX triplet: 41, 3D and 6D. RGB value is (65,61,109). Sum of RGB (Red+Green+Blue) = 65+61+109=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #413D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D6D is #BEC292. Grayscale: #434343. Windows color (decimal): -12501651 or 7159105. OLE color: 7159105.

HSL color Cylindrical-coordinate representation of color #413D6D: hue angle of 245º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #413D6D is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 61 109 -
CMYK 0.40 0.44 0 0.57
HSL 245º 0.28% 0.33% -
HSV(B) 245º 0.44% 0.43% -
XYZ 6.61 5.57 15.19 -
YUV 67.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 65 61 109 0.40 0.44 0 0.57 245 0.28 0.33
Hex 41 3D 6D 28 2C 0 39 F5 1C 21
Octal 101 75 155 50 54 0 71 365 34 41
Binary 1000001 111101 1101101 101000 101100 0 111001 11110101 11100 100001

Color Harmonies of #413D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D6D

Black with #413D6D

Text Example


Text Example

White with #413D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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