#414590

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

Shades of Dark Slate Blue #414590

Tints of Dark Slate Blue #414590

Color information

#414590 (or 0x414590) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 45 and 90. RGB value is (65,69,144). Sum of RGB (Red+Green+Blue) = 65+69+144=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #414590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414590 is #BEBA6F. Grayscale: #4C4C4C. Windows color (decimal): -12499568 or 9454913. OLE color: 9454913.

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

Color convert

RGB6569144-
CMYK0.550.5200.44
HSL236.96º37.8%40.98%-
HSV(B)236.96º54.86%56.47%-
XYZ9.347.3927.32-
YUV76.35166.17119.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=23.38%
G=24.82%
B=51.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65691440.550.5200.44236.9637.840.98
Hex414590373402Ced2629
Octal10110522067640543554651
Binary1000001100010110010000110111110100010110011101101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414590; }

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

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

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

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

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

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

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

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