Html Css Color HEX #42367D Dark Slate Blue

📋 copy color: '#42367D'

red 66 ◦ green 54 ◦ blue 125

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

Shades of Dark Slate Blue #42367D

Tints of Dark Slate Blue #42367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 26.94%
G = 22.04%
B = 51.02%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42367D (or 0x42367D) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 7D. RGB value is (66,54,125). Sum of RGB (Red+Green+Blue) = 66+54+125=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #42367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42367D is #BDC982. Grayscale: #414141. Windows color (decimal): -12437891 or 8205890. OLE color: 8205890.

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

Color convert

RGB 66 54 125 -
CMYK 0.47 0.57 0 0.51
HSL 250.14º 0.4% 0.35% -
HSV(B) 250.14º 0.57% 0.49% -
XYZ 7.27 5.28 20.04 -
YUV 65.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 66 54 125 0.47 0.57 0 0.51 250.14 0.4 0.35
Hex 42 36 7D 2F 39 0 33 FA 28 23
Octal 102 66 175 57 71 0 63 372 50 43
Binary 1000010 110110 1111101 101111 111001 0 110011 11111010 101000 100011

Color Harmonies of #42367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42367D

Black with #42367D

Text Example


Text Example

White with #42367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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