#414291

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

Shades of Dark Slate Blue #414291

Tints of Dark Slate Blue #414291

Color information

#414291 (or 0x414291) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 42 and 91. RGB value is (65,66,145). Sum of RGB (Red+Green+Blue) = 65+66+145=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #414291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414291 is #BEBD6E. Grayscale: #4A4A4A. Windows color (decimal): -12500335 or 9519681. OLE color: 9519681.

HSL color Cylindrical-coordinate representation of color #414291: hue angle of 239.25º 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 #414291 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6566145-
CMYK0.550.5400.43
HSL239.25º38.1%41.18%-
HSV(B)239.25º55.17%56.86%-
XYZ9.247.0627.66-
YUV74.71167.67121.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=23.55%
G=23.91%
B=52.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65661450.550.5400.43239.2538.141.18
Hex414291373602Bef2629
Octal10110222167660533574651
Binary1000001100001010010001110111110110010101111101111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414291; }

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

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

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

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

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

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

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

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