Html Css Color HEX #413F6A Corn Flower Blue

📋 copy color: '#413F6A'

red 65 ◦ green 63 ◦ blue 106

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

Shades of Corn Flower Blue #413F6A

Tints of Corn Flower Blue #413F6A

RGB

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

 GREEN value IS 63 (25% from 255) = 26.92%

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 27.78%
G = 26.92%
B = 45.3%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#413F6A (or 0x413F6A) is known color: Corn Flower Blue. HEX triplet: 41, 3F and 6A. RGB value is (65,63,106). Sum of RGB (Red+Green+Blue) = 65+63+106=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #413F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F6A is #BEC095. Grayscale: #444444. Windows color (decimal): -12501142 or 6963009. OLE color: 6963009.

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

Color convert

RGB 65 63 106 -
CMYK 0.39 0.41 0 0.58
HSL 242.79º 0.25% 0.33% -
HSV(B) 242.79º 0.41% 0.42% -
XYZ 6.56 5.72 14.39 -
YUV 68.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 65 63 106 0.39 0.41 0 0.58 242.79 0.25 0.33
Hex 41 3F 6A 27 29 0 3A F3 19 21
Octal 101 77 152 47 51 0 72 363 31 41
Binary 1000001 111111 1101010 100111 101001 0 111010 11110011 11001 100001

Color Harmonies of #413F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F6A

Black with #413F6A

Text Example


Text Example

White with #413F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,63,106); }

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

background-color css

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

 a { background-color: rgb(65,63,106); }

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

border-color css

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

 span { border-color: rgb(65,63,106); }

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