Html Css Color HEX #42377B Dark Slate Blue

📋 copy color: '#42377B'

red 66 ◦ green 55 ◦ blue 123

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

Shades of Dark Slate Blue #42377B

Tints of Dark Slate Blue #42377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.41%

R = 27.05%
G = 22.54%
B = 50.41%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42377B (or 0x42377B) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 7B. RGB value is (66,55,123). Sum of RGB (Red+Green+Blue) = 66+55+123=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #42377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42377B is #BDC884. Grayscale: #414141. Windows color (decimal): -12437637 or 8075074. OLE color: 8075074.

HSL color Cylindrical-coordinate representation of color #42377B: hue angle of 249.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42377B is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 55 123 -
CMYK 0.46 0.55 0 0.52
HSL 249.71º 0.38% 0.35% -
HSV(B) 249.71º 0.55% 0.48% -
XYZ 7.19 5.32 19.39 -
YUV 66.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 66 55 123 0.46 0.55 0 0.52 249.71 0.38 0.35
Hex 42 37 7B 2E 37 0 34 FA 26 23
Octal 102 67 173 56 67 0 64 372 46 43
Binary 1000010 110111 1111011 101110 110111 0 110100 11111010 100110 100011

Color Harmonies of #42377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42377B

Black with #42377B

Text Example


Text Example

White with #42377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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