#42318D

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

Shades of Dark Slate Blue #42318D

Tints of Dark Slate Blue #42318D

Color information

#42318D (or 0x42318D) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 31 and 8D. RGB value is (66,49,141). Sum of RGB (Red+Green+Blue) = 66+49+141=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #42318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42318D is #BDCE72. Grayscale: #404040. Windows color (decimal): -12439155 or 9253186. OLE color: 9253186.

HSL color Cylindrical-coordinate representation of color #42318D: hue angle of 251.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42318D is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6649141-
CMYK0.530.6500.45
HSL251.09º48.42%37.25%-
HSV(B)251.09º65.25%55.29%-
XYZ8.155.2825.79-
YUV64.57171.13129.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 141 (55.47% from 255) = 55.08%
R=25.78%
G=19.14%
B=55.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66491410.530.6500.45251.0948.4237.25
Hex42318D354102Dfb3025
Octal10261215651010553736045
Binary1000010110001100011011101011000001010110111111011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42318D; }

 p { color: rgb(66,49,141); }

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

<style>
 a { background-color: #42318D; }

 a { background-color: rgb(66,49,141); }

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

<style>
 span { border-color: #42318D; }

 span { border-color: rgb(66,49,141); }

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