#41377E

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

Shades of Dark Slate Blue #41377E

Tints of Dark Slate Blue #41377E

Color information

#41377E (or 0x41377E) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 37 and 7E. RGB value is (65,55,126). Sum of RGB (Red+Green+Blue) = 65+55+126=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #41377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41377E is #BEC881. Grayscale: #414141. Windows color (decimal): -12503170 or 8271681. OLE color: 8271681.

HSL color Cylindrical-coordinate representation of color #41377E: hue angle of 248.45º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41377E is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6555126-
CMYK0.480.5600.51
HSL248.45º39.23%35.49%-
HSV(B)248.45º56.35%49.41%-
XYZ7.315.3620.39-
YUV66.08161.81127.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 126 (49.61% from 255) = 51.22%
R=26.42%
G=22.36%
B=51.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65551260.480.5600.51248.4539.2335.49
Hex41377E3038033f82723
Octal1016717660700633704743
Binary10000011101111111110110000111000011001111111000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41377E; }

 p { color: rgb(65,55,126); }

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

<style>
 a { background-color: #41377E; }

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

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

<style>
 span { border-color: #41377E; }

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

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