#414171

Color #414171 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #414171

Tints of Corn Flower Blue #414171

Color information

#414171 (or 0x414171) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 41 and 71. RGB value is (65,65,113). Sum of RGB (Red+Green+Blue) = 65+65+113=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #414171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414171 is #BEBE8E. Grayscale: #464646. Windows color (decimal): -12500623 or 7422273. OLE color: 7422273.

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

Color convert

RGB6565113-
CMYK0.420.4200.56
HSL240º26.97%34.9%-
HSV(B)240º42.48%44.31%-
XYZ7.056.116.43-
YUV70.47152124.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=26.75%
G=26.75%
B=46.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65651130.420.4200.5624026.9734.9
Hex4141712A2A038f01b23
Octal10110116152520703603343
Binary10000011000001111000110101010101001110001111000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414171; }

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

 H1.HeaderClassName
 {
   color: #414171;
 }
 .AnyTagClassName
 {
   color: #414171;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #414171;
 }
 .BgClassName
 {
   background-color: #414171;
 }
</style>
border-color css

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

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

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