Html Css Color HEX #42408B Dark Slate Blue

📋 copy color: '#42408B'

red 66 ◦ green 64 ◦ blue 139

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

Shades of Dark Slate Blue #42408B

Tints of Dark Slate Blue #42408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.67%

R = 24.54%
G = 23.79%
B = 51.67%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42408B (or 0x42408B) is known color: Dark Slate Blue. HEX triplet: 42, 40 and 8B. RGB value is (66,64,139). Sum of RGB (Red+Green+Blue) = 66+64+139=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #42408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42408B is #BDBF74. Grayscale: #484848. Windows color (decimal): -12435317 or 9125954. OLE color: 9125954.

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

Color convert

RGB 66 64 139 -
CMYK 0.53 0.54 0 0.45
HSL 241.6º 0.37% 0.4% -
HSV(B) 241.6º 0.54% 0.55% -
XYZ 8.74 6.69 25.26 -
YUV 73.15 165.16 122.9 -
System Red Green Blue C M Y K H S L
Decimal 66 64 139 0.53 0.54 0 0.45 241.6 0.37 0.4
Hex 42 40 8B 35 36 0 2D F2 25 28
Octal 102 100 213 65 66 0 55 362 45 50
Binary 1000010 1000000 10001011 110101 110110 0 101101 11110010 100101 101000

Color Harmonies of #42408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42408B

Black with #42408B

Text Example


Text Example

White with #42408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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