#42388A

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

Shades of Dark Slate Blue #42388A

Tints of Dark Slate Blue #42388A

Color information

#42388A (or 0x42388A) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 38 and 8A. RGB value is (66,56,138). Sum of RGB (Red+Green+Blue) = 66+56+138=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #42388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42388A is #BDC775. Grayscale: #444444. Windows color (decimal): -12437366 or 9058370. OLE color: 9058370.

HSL color Cylindrical-coordinate representation of color #42388A: hue angle of 247.32º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42388A is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6656138-
CMYK0.520.5900.46
HSL247.32º42.27%38.04%-
HSV(B)247.32º59.42%54.12%-
XYZ8.255.8224.73-
YUV68.34167.31126.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=25.38%
G=21.54%
B=53.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66561380.520.5900.46247.3242.2738.04
Hex42388A343B02Ef72a26
Octal1027021264730563675246
Binary100001011100010001010110100111011010111011110111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42388A; }

 p { color: rgb(66,56,138); }

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

<style>
 a { background-color: #42388A; }

 a { background-color: rgb(66,56,138); }

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

<style>
 span { border-color: #42388A; }

 span { border-color: rgb(66,56,138); }

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