Html Css Color HEX #42397D Dark Slate Blue

📋 copy color: '#42397D'

red 66 ◦ green 57 ◦ blue 125

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

Shades of Dark Slate Blue #42397D

Tints of Dark Slate Blue #42397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

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

R = 26.61%
G = 22.98%
B = 50.4%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42397D (or 0x42397D) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 7D. RGB value is (66,57,125). Sum of RGB (Red+Green+Blue) = 66+57+125=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #42397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42397D is #BDC682. Grayscale: #434343. Windows color (decimal): -12437123 or 8206658. OLE color: 8206658.

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

Color convert

RGB 66 57 125 -
CMYK 0.47 0.54 0 0.51
HSL 247.94º 0.37% 0.36% -
HSV(B) 247.94º 0.54% 0.49% -
XYZ 7.41 5.57 20.09 -
YUV 67.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 66 57 125 0.47 0.54 0 0.51 247.94 0.37 0.36
Hex 42 39 7D 2F 36 0 33 F8 25 24
Octal 102 71 175 57 66 0 63 370 45 44
Binary 1000010 111001 1111101 101111 110110 0 110011 11111000 100101 100100

Color Harmonies of #42397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42397D

Black with #42397D

Text Example


Text Example

White with #42397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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