#42377C

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

Shades of Dark Slate Blue #42377C

Tints of Dark Slate Blue #42377C

Color information

#42377C (or 0x42377C) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 37 and 7C. RGB value is (66,55,124). Sum of RGB (Red+Green+Blue) = 66+55+124=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #42377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42377C is #BDC883. Grayscale: #414141. Windows color (decimal): -12437636 or 8140610. OLE color: 8140610.

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

Color convert

RGB6655124-
CMYK0.470.5600.51
HSL249.57º38.55%35.1%-
HSV(B)249.57º55.65%48.63%-
XYZ7.255.3519.72-
YUV66.15160.64127.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=26.94%
G=22.45%
B=50.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66551240.470.5600.51249.5738.5535.1
Hex42377C2F38033fa2723
Octal1026717457700633724743
Binary10000101101111111100101111111000011001111111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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