#42418E

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

Shades of Dark Slate Blue #42418E

Tints of Dark Slate Blue #42418E

Color information

#42418E (or 0x42418E) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 41 and 8E. RGB value is (66,65,142). Sum of RGB (Red+Green+Blue) = 66+65+142=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #42418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42418E is #BDBE71. Grayscale: #494949. Windows color (decimal): -12435058 or 9322818. OLE color: 9322818.

HSL color Cylindrical-coordinate representation of color #42418E: hue angle of 240.78º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42418E is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6665142-
CMYK0.540.5400.44
HSL240.78º37.2%40.59%-
HSV(B)240.78º54.23%55.69%-
XYZ9.026.8926.45-
YUV74.08166.33122.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=24.18%
G=23.81%
B=52.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66651420.540.5400.44240.7837.240.59
Hex42418E363602Cf12529
Octal10210121666660543614551
Binary1000010100000110001110110110110110010110011110001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,65,142); }

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

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

 a { background-color: rgb(66,65,142); }

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

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

 span { border-color: rgb(66,65,142); }

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