Html Css Color HEX #42377D Dark Slate Blue

📋 copy color: '#42377D'

red 66 ◦ green 55 ◦ blue 125

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

Shades of Dark Slate Blue #42377D

Tints of Dark Slate Blue #42377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 26.83%
G = 22.36%
B = 50.81%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42377D (or 0x42377D) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 7D. RGB value is (66,55,125). Sum of RGB (Red+Green+Blue) = 66+55+125=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #42377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42377D is #BDC882. Grayscale: #424242. Windows color (decimal): -12437635 or 8206146. OLE color: 8206146.

HSL color Cylindrical-coordinate representation of color #42377D: hue angle of 249.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42377D is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 55 125 -
CMYK 0.47 0.56 0 0.51
HSL 249.43º 0.39% 0.35% -
HSV(B) 249.43º 0.56% 0.49% -
XYZ 7.31 5.37 20.05 -
YUV 66.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 66 55 125 0.47 0.56 0 0.51 249.43 0.39 0.35
Hex 42 37 7D 2F 38 0 33 F9 27 23
Octal 102 67 175 57 70 0 63 371 47 43
Binary 1000010 110111 1111101 101111 111000 0 110011 11111001 100111 100011

Color Harmonies of #42377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42377D

Black with #42377D

Text Example


Text Example

White with #42377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,55,125); }

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

background-color css

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

 a { background-color: rgb(66,55,125); }

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

border-color css

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

 span { border-color: rgb(66,55,125); }

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