#414491

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

Shades of Dark Slate Blue #414491

Tints of Dark Slate Blue #414491

Color information

#414491 (or 0x414491) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 44 and 91. RGB value is (65,68,145). Sum of RGB (Red+Green+Blue) = 65+68+145=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #414491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414491 is #BEBB6E. Grayscale: #4B4B4B. Windows color (decimal): -12499823 or 9520193. OLE color: 9520193.

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

Color convert

RGB6568145-
CMYK0.550.5300.43
HSL237.75º38.1%41.18%-
HSV(B)237.75º55.17%56.86%-
XYZ9.367.327.7-
YUV75.88167.01120.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=23.38%
G=24.46%
B=52.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65681450.550.5300.43237.7538.141.18
Hex414491373502Bee2629
Octal10110422167650533564651
Binary1000001100010010010001110111110101010101111101110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414491; }

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

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

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

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

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

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

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

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