#413F9B

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

Shades of Dark Slate Blue #413F9B

Tints of Dark Slate Blue #413F9B

Color information

#413F9B (or 0x413F9B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3F and 9B. RGB value is (65,63,155). Sum of RGB (Red+Green+Blue) = 65+63+155=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #413F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F9B is #BEC064. Grayscale: #494949. Windows color (decimal): -12501093 or 10174273. OLE color: 10174273.

HSL color Cylindrical-coordinate representation of color #413F9B: hue angle of 241.3º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413F9B is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6563155-
CMYK0.580.5900.39
HSL241.3º42.2%42.75%-
HSV(B)241.3º59.35%60.78%-
XYZ9.877.0531.85-
YUV74.09173.66121.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=22.97%
G=22.26%
B=54.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65631550.580.5900.39241.342.242.75
Hex413F9B3A3B027f12a2b
Octal1017723372730473615253
Binary100000111111110011011111010111011010011111110001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,63,155); }

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

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

 a { background-color: rgb(65,63,155); }

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

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

 span { border-color: rgb(65,63,155); }

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