#43377C

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

Shades of Dark Slate Blue #43377C

Tints of Dark Slate Blue #43377C

Color information

#43377C (or 0x43377C) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 37 and 7C. RGB value is (67,55,124). Sum of RGB (Red+Green+Blue) = 67+55+124=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #43377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43377C is #BCC883. Grayscale: #424242. Windows color (decimal): -12372100 or 8140611. OLE color: 8140611.

HSL color Cylindrical-coordinate representation of color #43377C: hue angle of 250.43º 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 #43377C is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6755124-
CMYK0.460.5600.51
HSL250.43º38.55%35.1%-
HSV(B)250.43º55.65%48.63%-
XYZ7.325.3819.72-
YUV66.45160.48128.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.24%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=27.24%
G=22.36%
B=50.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67551240.460.5600.51250.4338.5535.1
Hex43377C2E38033fa2723
Octal1036717456700633724743
Binary10000111101111111100101110111000011001111111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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