Html Css Color HEX #42377F Dark Slate Blue

📋 copy color: '#42377F'

red 66 ◦ green 55 ◦ blue 127

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

Shades of Dark Slate Blue #42377F

Tints of Dark Slate Blue #42377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.21%

R = 26.61%
G = 22.18%
B = 51.21%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42377F (or 0x42377F) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 7F. RGB value is (66,55,127). Sum of RGB (Red+Green+Blue) = 66+55+127=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #42377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42377F is #BDC880. Grayscale: #424242. Windows color (decimal): -12437633 or 8337218. OLE color: 8337218.

HSL color Cylindrical-coordinate representation of color #42377F: hue angle of 249.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42377F is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 55 127 -
CMYK 0.48 0.57 0 0.50
HSL 249.17º 0.4% 0.36% -
HSV(B) 249.17º 0.57% 0.5% -
XYZ 7.44 5.42 20.73 -
YUV 66.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 66 55 127 0.48 0.57 0 0.50 249.17 0.4 0.36
Hex 42 37 7F 30 39 0 32 F9 28 24
Octal 102 67 177 60 71 0 62 371 50 44
Binary 1000010 110111 1111111 110000 111001 0 110010 11111001 101000 100100

Color Harmonies of #42377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42377F

Black with #42377F

Text Example


Text Example

White with #42377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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