#42318C

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

Shades of Dark Slate Blue #42318C

Tints of Dark Slate Blue #42318C

Color information

#42318C (or 0x42318C) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 31 and 8C. RGB value is (66,49,140). Sum of RGB (Red+Green+Blue) = 66+49+140=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #42318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42318C is #BDCE73. Grayscale: #404040. Windows color (decimal): -12439156 or 9187650. OLE color: 9187650.

HSL color Cylindrical-coordinate representation of color #42318C: hue angle of 251.21º 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 #42318C is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6649140-
CMYK0.530.6500.45
HSL251.21º48.15%37.06%-
HSV(B)251.21º65%54.9%-
XYZ8.085.2525.4-
YUV64.46170.63129.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 140 (55.08% from 255) = 54.90%
R=25.88%
G=19.22%
B=54.90%

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
Decimal66491400.530.6500.45251.2148.1537.06
Hex42318C354102Dfb3025
Octal10261214651010553736045
Binary1000010110001100011001101011000001010110111111011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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