Html Css Color HEX #413C6B Corn Flower Blue

📋 copy color: '#413C6B'

red 65 ◦ green 60 ◦ blue 107

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

Shades of Corn Flower Blue #413C6B

Tints of Corn Flower Blue #413C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.86%

 BLUE value IS 107 (42.19% from 255) = 46.12%

R = 28.02%
G = 25.86%
B = 46.12%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#413C6B (or 0x413C6B) is known color: Corn Flower Blue. HEX triplet: 41, 3C and 6B. RGB value is (65,60,107). Sum of RGB (Red+Green+Blue) = 65+60+107=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #413C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C6B is #BEC394. Grayscale: #424242. Windows color (decimal): -12501909 or 7027777. OLE color: 7027777.

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

Color convert

RGB 65 60 107 -
CMYK 0.39 0.44 0 0.58
HSL 246.38º 0.28% 0.33% -
HSV(B) 246.38º 0.44% 0.42% -
XYZ 6.45 5.42 14.62 -
YUV 66.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 65 60 107 0.39 0.44 0 0.58 246.38 0.28 0.33
Hex 41 3C 6B 27 2C 0 3A F6 1C 21
Octal 101 74 153 47 54 0 72 366 34 41
Binary 1000001 111100 1101011 100111 101100 0 111010 11110110 11100 100001

Color Harmonies of #413C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C6B

Black with #413C6B

Text Example


Text Example

White with #413C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,60,107); }

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

background-color css

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

 a { background-color: rgb(65,60,107); }

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

border-color css

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

 span { border-color: rgb(65,60,107); }

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