#413E92

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

Shades of Dark Slate Blue #413E92

Tints of Dark Slate Blue #413E92

Color information

#413E92 (or 0x413E92) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3E and 92. RGB value is (65,62,146). Sum of RGB (Red+Green+Blue) = 65+62+146=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #413E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E92 is #BEC16D. Grayscale: #484848. Windows color (decimal): -12501358 or 9584193. OLE color: 9584193.

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

Color convert

RGB6562146-
CMYK0.550.5800.43
HSL242.14º40.38%40.78%-
HSV(B)242.14º57.53%57.25%-
XYZ9.096.6428-
YUV72.47169.49122.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=23.81%
G=22.71%
B=53.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65621460.550.5800.43242.1440.3840.78
Hex413E92373A02Bf22829
Octal1017622267720533625051
Binary100000111111010010010110111111010010101111110010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413E92; }

 p { color: rgb(65,62,146); }

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

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

 a { background-color: rgb(65,62,146); }

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

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

 span { border-color: rgb(65,62,146); }

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