#42328B

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

Shades of Dark Slate Blue #42328B

Tints of Dark Slate Blue #42328B

Color information

#42328B (or 0x42328B) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 32 and 8B. RGB value is (66,50,139). Sum of RGB (Red+Green+Blue) = 66+50+139=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #42328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42328B is #BDCD74. Grayscale: #404040. Windows color (decimal): -12438901 or 9122370. OLE color: 9122370.

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

Color convert

RGB6650139-
CMYK0.530.6400.45
HSL250.79º47.09%37.06%-
HSV(B)250.79º64.03%54.51%-
XYZ8.055.325.03-
YUV64.93169.8128.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=25.88%
G=19.61%
B=54.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66501390.530.6400.45250.7947.0937.06
Hex42328B354002Dfb2f25
Octal10262213651000553735745
Binary1000010110010100010111101011000000010110111111011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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