#41338A

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

Shades of Dark Slate Blue #41338A

Tints of Dark Slate Blue #41338A

Color information

#41338A (or 0x41338A) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 33 and 8A. RGB value is (65,51,138). Sum of RGB (Red+Green+Blue) = 65+51+138=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #41338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41338A is #BECC75. Grayscale: #404040. Windows color (decimal): -12504182 or 9057089. OLE color: 9057089.

HSL color Cylindrical-coordinate representation of color #41338A: hue angle of 249.66º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41338A is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6551138-
CMYK0.530.6300.46
HSL249.66º46.03%37.06%-
HSV(B)249.66º63.04%54.12%-
XYZ7.955.3324.65-
YUV65.1169.14127.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=25.59%
G=20.08%
B=54.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65511380.530.6300.46249.6646.0337.06
Hex41338A353F02Efa2e25
Octal1016321265770563725645
Binary100000111001110001010110101111111010111011111010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41338A; }

 p { color: rgb(65,51,138); }

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

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

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

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

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

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

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