#42338E

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

Shades of Dark Slate Blue #42338E

Tints of Dark Slate Blue #42338E

Color information

#42338E (or 0x42338E) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 33 and 8E. RGB value is (66,51,142). Sum of RGB (Red+Green+Blue) = 66+51+142=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #42338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42338E is #BDCC71. Grayscale: #414141. Windows color (decimal): -12438642 or 9319234. OLE color: 9319234.

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

Color convert

RGB6651142-
CMYK0.540.6400.44
HSL249.89º47.15%37.84%-
HSV(B)249.89º64.08%55.69%-
XYZ8.315.4826.21-
YUV65.86170.97128.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 142 (55.86% from 255) = 54.83%
R=25.48%
G=19.69%
B=54.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66511420.540.6400.44249.8947.1537.84
Hex42338E364002Cfa2f26
Octal10263216661000543725746
Binary1000010110011100011101101101000000010110011111010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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