#414490

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

Shades of Dark Slate Blue #414490

Tints of Dark Slate Blue #414490

Color information

#414490 (or 0x414490) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 44 and 90. RGB value is (65,68,144). Sum of RGB (Red+Green+Blue) = 65+68+144=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #414490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414490 is #BEBB6F. Grayscale: #4B4B4B. Windows color (decimal): -12499824 or 9454657. OLE color: 9454657.

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

Color convert

RGB6568144-
CMYK0.550.5300.44
HSL237.72º37.8%40.98%-
HSV(B)237.72º54.86%56.47%-
XYZ9.287.2727.3-
YUV75.77166.51120.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=23.47%
G=24.55%
B=51.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65681440.550.5300.44237.7237.840.98
Hex414490373502Cee2629
Octal10110422067650543564651
Binary1000001100010010010000110111110101010110011101110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414490; }

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

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

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

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

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

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

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

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