#42377A

Color #42377A Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #42377A

Tints of Dark Slate Blue #42377A

Color information

#42377A (or 0x42377A) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 37 and 7A. RGB value is (66,55,122). Sum of RGB (Red+Green+Blue) = 66+55+122=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #42377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42377A is #BDC885. Grayscale: #414141. Windows color (decimal): -12437638 or 8009538. OLE color: 8009538.

HSL color Cylindrical-coordinate representation of color #42377A: hue angle of 249.85º 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 #42377A is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6655122-
CMYK0.460.5500.52
HSL249.85º37.85%34.71%-
HSV(B)249.85º54.92%47.84%-
XYZ7.135.319.06-
YUV65.93159.64128.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=27.16%
G=22.63%
B=50.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66551220.460.5500.52249.8537.8534.71
Hex42377A2E37034fa2623
Octal1026717256670643724643
Binary10000101101111111010101110110111011010011111010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42377A;
 }
 .AnyTagClassName
 {
   color: #42377A;
 }
</style>
background-color css

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

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

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

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

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

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