#413A75

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

Shades of Corn Flower Blue #413A75

Tints of Corn Flower Blue #413A75

Color information

#413A75 (or 0x413A75) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 3A and 75. RGB value is (65,58,117). Sum of RGB (Red+Green+Blue) = 65+58+117=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #413A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A75 is #BEC58A. Grayscale: #424242. Windows color (decimal): -12502411 or 7682625. OLE color: 7682625.

HSL color Cylindrical-coordinate representation of color #413A75: hue angle of 247.12º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413A75 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6558117-
CMYK0.440.5000.54
HSL247.12º33.71%34.31%-
HSV(B)247.12º50.43%45.88%-
XYZ6.95.4317.51-
YUV66.82156.32126.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=27.08%
G=24.17%
B=48.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65581170.440.5000.54247.1233.7134.31
Hex413A752C32036f72222
Octal1017216554620663674242
Binary10000011110101110101101100110010011011011110111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,58,117); }

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

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

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

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

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

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

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