Html Css Color HEX #42408D Dark Slate Blue

📋 copy color: '#42408D'

red 66 ◦ green 64 ◦ blue 141

#42408D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #42408D

Tints of Dark Slate Blue #42408D

RGB

 RED value IS 66 (26.17% from 255) = 24.35%

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 24.35%
G = 23.62%
B = 52.03%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42408D (or 0x42408D) is known color: Dark Slate Blue. HEX triplet: 42, 40 and 8D. RGB value is (66,64,141). Sum of RGB (Red+Green+Blue) = 66+64+141=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #42408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42408D is #BDBF72. Grayscale: #494949. Windows color (decimal): -12435315 or 9257026. OLE color: 9257026.

HSL color Cylindrical-coordinate representation of color #42408D: hue angle of 241.56º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42408D is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 64 141 -
CMYK 0.53 0.55 0 0.45
HSL 241.56º 0.38% 0.4% -
HSV(B) 241.56º 0.55% 0.55% -
XYZ 8.89 6.75 26.03 -
YUV 73.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 66 64 141 0.53 0.55 0 0.45 241.56 0.38 0.4
Hex 42 40 8D 35 37 0 2D F2 26 28
Octal 102 100 215 65 67 0 55 362 46 50
Binary 1000010 1000000 10001101 110101 110111 0 101101 11110010 100110 101000

Color Harmonies of #42408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42408D

Black with #42408D

Text Example


Text Example

White with #42408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42408D; }

 p { color: rgb(66,64,141); }

 H1.HeaderClassName
 {
   color: #42408D;
 }
 .AnyTagClassName
 {
   color: #42408D;
 }
</style>

background-color css

<style>
 a { background-color: #42408D; }

 a { background-color: rgb(66,64,141); }

 div.DivClassName
 {
   background-color: #42408D;
 }
 .BgClassName
 {
   background-color: #42408D;
 }
</style>

border-color css

<style>
 span { border-color: #42408D; }

 span { border-color: rgb(66,64,141); }

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