Html Css Color HEX #42438D Dark Slate Blue

📋 copy color: '#42438D'

red 66 ◦ green 67 ◦ blue 141

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

Shades of Dark Slate Blue #42438D

Tints of Dark Slate Blue #42438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

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

R = 24.09%
G = 24.45%
B = 51.46%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42438D (or 0x42438D) is known color: Dark Slate Blue. HEX triplet: 42, 43 and 8D. RGB value is (66,67,141). Sum of RGB (Red+Green+Blue) = 66+67+141=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #42438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42438D is #BDBC72. Grayscale: #4A4A4A. Windows color (decimal): -12434547 or 9257794. OLE color: 9257794.

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

Color convert

RGB 66 67 141 -
CMYK 0.53 0.52 0 0.45
HSL 239.2º 0.36% 0.41% -
HSV(B) 239.2º 0.53% 0.55% -
XYZ 9.06 7.1 26.09 -
YUV 75.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 66 67 141 0.53 0.52 0 0.45 239.2 0.36 0.41
Hex 42 43 8D 35 34 0 2D EF 24 29
Octal 102 103 215 65 64 0 55 357 44 51
Binary 1000010 1000011 10001101 110101 110100 0 101101 11101111 100100 101001

Color Harmonies of #42438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42438D

Black with #42438D

Text Example


Text Example

White with #42438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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