#414290

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

Shades of Dark Slate Blue #414290

Tints of Dark Slate Blue #414290

Color information

#414290 (or 0x414290) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 42 and 90. RGB value is (65,66,144). Sum of RGB (Red+Green+Blue) = 65+66+144=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #414290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414290 is #BEBD6F. Grayscale: #4A4A4A. Windows color (decimal): -12500336 or 9454145. OLE color: 9454145.

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

Color convert

RGB6566144-
CMYK0.550.5400.44
HSL239.24º37.8%40.98%-
HSV(B)239.24º54.86%56.47%-
XYZ9.167.0327.26-
YUV74.59167.17121.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=23.64%
G=24%
B=52.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65661440.550.5400.44239.2437.840.98
Hex414290373602Cef2629
Octal10110222067660543574651
Binary1000001100001010010000110111110110010110011101111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414290; }

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

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

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

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

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

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

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

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