#43377F

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

Shades of Dark Slate Blue #43377F

Tints of Dark Slate Blue #43377F

Color information

#43377F (or 0x43377F) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 37 and 7F. RGB value is (67,55,127). Sum of RGB (Red+Green+Blue) = 67+55+127=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #43377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43377F is #BCC880. Grayscale: #424242. Windows color (decimal): -12372097 or 8337219. OLE color: 8337219.

HSL color Cylindrical-coordinate representation of color #43377F: hue angle of 250º 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 #43377F is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6755127-
CMYK0.470.5700.50
HSL250º39.56%35.69%-
HSV(B)250º56.69%49.8%-
XYZ7.515.4620.74-
YUV66.8161.98128.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 127 (50% from 255) = 51.00%
R=26.91%
G=22.09%
B=51.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67551270.470.5700.5025039.5635.69
Hex43377F2F39032fa2824
Octal1036717757710623725044
Binary10000111101111111111101111111001011001011111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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