#414091

Color #414091 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #414091

Tints of Dark Slate Blue #414091

Color information

#414091 (or 0x414091) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 40 and 91. RGB value is (65,64,145). Sum of RGB (Red+Green+Blue) = 65+64+145=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #414091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414091 is #BEBF6E. Grayscale: #494949. Windows color (decimal): -12500847 or 9519169. OLE color: 9519169.

HSL color Cylindrical-coordinate representation of color #414091: hue angle of 240.74º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #414091 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6564145-
CMYK0.550.5600.43
HSL240.74º38.76%40.98%-
HSV(B)240.74º55.86%56.86%-
XYZ9.126.8327.63-
YUV73.53168.33121.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=23.72%
G=23.36%
B=52.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65641450.550.5600.43240.7438.7640.98
Hex414091373802Bf12729
Octal10110022167700533614751
Binary1000001100000010010001110111111000010101111110001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414091; }

 p { color: rgb(65,64,145); }

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

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

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

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

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

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

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