#41419B

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

Shades of Dark Slate Blue #41419B

Tints of Dark Slate Blue #41419B

Color information

#41419B (or 0x41419B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 41 and 9B. RGB value is (65,65,155). Sum of RGB (Red+Green+Blue) = 65+65+155=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #41419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41419B is #BEBE64. Grayscale: #4A4A4A. Windows color (decimal): -12500581 or 10174785. OLE color: 10174785.

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

Color convert

RGB6565155-
CMYK0.580.5800.39
HSL240º40.91%43.14%-
HSV(B)240º58.06%60.78%-
XYZ9.997.2731.89-
YUV75.26173120.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=22.81%
G=22.81%
B=54.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65651550.580.5800.3924040.9143.14
Hex41419B3A3A027f0292b
Octal10110123372720473605153
Binary1000001100000110011011111010111010010011111110000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41419B; }

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

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

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

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

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

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

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

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