#42328E

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

Shades of Dark Slate Blue #42328E

Tints of Dark Slate Blue #42328E

Color information

#42328E (or 0x42328E) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 32 and 8E. RGB value is (66,50,142). Sum of RGB (Red+Green+Blue) = 66+50+142=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #42328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42328E is #BDCD71. Grayscale: #404040. Windows color (decimal): -12438898 or 9318978. OLE color: 9318978.

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

Color convert

RGB6650142-
CMYK0.540.6500.44
HSL250.43º47.92%37.65%-
HSV(B)250.43º64.79%55.69%-
XYZ8.275.3926.2-
YUV65.27171.3128.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=25.58%
G=19.38%
B=55.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66501420.540.6500.44250.4347.9237.65
Hex42328E364102Cfa3026
Octal10262216661010543726046
Binary1000010110010100011101101101000001010110011111010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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