#413D92

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

Shades of Dark Slate Blue #413D92

Tints of Dark Slate Blue #413D92

Color information

#413D92 (or 0x413D92) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3D and 92. RGB value is (65,61,146). Sum of RGB (Red+Green+Blue) = 65+61+146=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #413D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D92 is #BEC26D. Grayscale: #474747. Windows color (decimal): -12501614 or 9583937. OLE color: 9583937.

HSL color Cylindrical-coordinate representation of color #413D92: hue angle of 242.82º degrees, saturation: 0.41, 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 #413D92 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6561146-
CMYK0.550.5800.43
HSL242.82º41.06%40.59%-
HSV(B)242.82º58.22%57.25%-
XYZ9.046.5427.98-
YUV71.89169.83123.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=23.90%
G=22.43%
B=53.68%

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
Decimal65611460.550.5800.43242.8241.0640.59
Hex413D92373A02Bf32929
Octal1017522267720533635151
Binary100000111110110010010110111111010010101111110011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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