#3E2B89

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

Shades of Dark Slate Blue #3E2B89

Tints of Dark Slate Blue #3E2B89

Color information

#3E2B89 (or 0x3E2B89) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 2B and 89. RGB value is (62,43,137). Sum of RGB (Red+Green+Blue) = 62+43+137=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E2B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2B89 is #C1D476. Grayscale: #3B3B3B. Windows color (decimal): -12702839 or 8989502. OLE color: 8989502.

HSL color Cylindrical-coordinate representation of color #3E2B89: hue angle of 252.13º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E2B89 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6243137-
CMYK0.550.6900.46
HSL252.13º52.22%35.29%-
HSV(B)252.13º68.61%53.73%-
XYZ7.374.5624.16-
YUV59.4171.79129.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 43 (17.19% from 255) = 17.77%
BLUE value IS 137 (53.91% from 255) = 56.61%
R=25.62%
G=17.77%
B=56.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62431370.550.6900.46252.1352.2235.29
Hex3E2B89374502Efc3423
Octal7653211671050563746443
Binary111110101011100010011101111000101010111011111100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2B89; }

 p { color: rgb(62,43,137); }

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

<style>
 a { background-color: #3E2B89; }

 a { background-color: rgb(62,43,137); }

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

<style>
 span { border-color: #3E2B89; }

 span { border-color: rgb(62,43,137); }

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