#43347F

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

Shades of Dark Slate Blue #43347F

Tints of Dark Slate Blue #43347F

Color information

#43347F (or 0x43347F) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 34 and 7F. RGB value is (67,52,127). Sum of RGB (Red+Green+Blue) = 67+52+127=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #43347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43347F is #BCCB80. Grayscale: #404040. Windows color (decimal): -12372865 or 8336451. OLE color: 8336451.

HSL color Cylindrical-coordinate representation of color #43347F: hue angle of 252º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43347F is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6752127-
CMYK0.470.5900.50
HSL252º41.9%35.1%-
HSV(B)252º59.06%49.8%-
XYZ7.375.1820.69-
YUV65.04162.97129.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.24%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 127 (50% from 255) = 51.63%
R=27.24%
G=21.14%
B=51.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67521270.470.5900.5025241.935.1
Hex43347F2F3B032fc2a23
Octal1036417757730623745243
Binary10000111101001111111101111111011011001011111100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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